Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Oct 8, 2024
1 parent 4e3ac42 commit 6856de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
set -e
mv Yosu/bin/Release/net8.0-android${{ matrix.rid == 'android' && '' || format('{0}{1}', '/', matrix.rid) }}/*-Signed.apk Yosu-${{ matrix.rid }}.apk
mv Yosu/bin/Release/net8.0-android${{ startsWith(matrix.rid, 'android-') && format('{0}{1}', '/', matrix.rid) || '' }}/*-Signed.apk Yosu-${{ matrix.rid }}.apk
shell: bash

- name: Upload Android Artifact
Expand Down

0 comments on commit 6856de9

Please sign in to comment.