Skip to content

Commit

Permalink
Update build_android_signed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 11, 2024
1 parent afc0d19 commit 65a481f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_android_signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
make -j$(($(nproc)/2)) qmake_all
make -j12
make install INSTALL_ROOT=android
androiddeployqt --output android --verbose --input android-QOpenHD-deployment-settings.json --android-platform android-33 --gradle --aab --release --sign ${SOURCE_DIR}/android/qopenhd_key.jks key0 --storepass '${{ secrets.ANDROID_KEYSTORE_PASSWORD }}'
androiddeployqt --output android --verbose --input android-QOpenHD-deployment-settings.json --android-platform android-33 --gradle --aab --release --sign ${SOURCE_DIR}/android/qopenhd_key.jks test --storepass '${{ secrets.ANDROID_KEYSTORE_PASSWORD }}'
zip -r file.zip .
Expand Down

0 comments on commit 65a481f

Please sign in to comment.