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 17, 2024
1 parent b076da8 commit f1bcfd5
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 qopenhd_key --storepass '${{ secrets.ANDROID_KEYSTORE_PASSWORD }}'
androiddeployqt --output android --verbose --input android-QOpenHD-deployment-settings.json --android-platform android-34 --gradle --aab --release --sign ${SOURCE_DIR}/android/qopenhd_key.jks qopenhd_key --storepass '${{ secrets.ANDROID_KEYSTORE_PASSWORD }}'
zip -r file.zip .
Expand Down

0 comments on commit f1bcfd5

Please sign in to comment.