Skip to content

[DX-3657] chore: no passport zip archive in releases #453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:
- name: Pull LFS
run: git lfs pull

- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'Immutable-Passport.zip'
directory: './src/Packages'
path: './Passport'

- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v3
Expand Down Expand Up @@ -96,14 +88,4 @@ jobs:

Game bridge built from Immutable Typescript SDK version ${{ env.VERSION }}
draft: false
prerelease: false

- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./src/Packages/Immutable-Passport.zip
asset_name: Immutable-Passport.zip
asset_content_type: application/zip
prerelease: false
Loading