Skip to content

Commit

Permalink
build: upload the unsigned package when the signed one is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jan 19, 2025
1 parent 23c8279 commit b984bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ jobs:
- name: Generate package
run: |
mv build/gui-qml/android-build/build/outputs/apk/debug/android-build-debug.apk Grabber.apk 2> /dev/null || true
mv build/gui-qml/android-build/build/outputs/apk/release/android-build-release-unsigned.apk Grabber.apk 2> /dev/null || true
mv build/gui-qml/android-build/build/outputs/apk/release/android-build-release-signed.apk Grabber.apk 2> /dev/null || true
- name: Upload package
Expand Down

0 comments on commit b984bfa

Please sign in to comment.