Skip to content

Commit

Permalink
Build: only upload dsym for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Jul 22, 2024
1 parent 98ef0d9 commit d4f53b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ jobs:

- name: Upload PojavLauncher.dSYM
uses: actions/upload-artifact@main
if: matrix.platform_name == 'ios'
with:
name: PojavLauncher.dSYM
path: artifacts/PojavLauncher.dSYM
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:

- name: Upload PojavLauncher.dSYM
uses: actions/upload-artifact@main
if: matrix.platform_name == 'ios'
with:
name: PojavLauncher.dSYM
path: artifacts/PojavLauncher.dSYM

0 comments on commit d4f53b3

Please sign in to comment.