Skip to content

Commit f1bcfd5

Browse files
Update build_android_signed.yml
1 parent b076da8 commit f1bcfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_android_signed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
make -j$(($(nproc)/2)) qmake_all
111111
make -j12
112112
make install INSTALL_ROOT=android
113-
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 }}'
113+
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 }}'
114114
115115
zip -r file.zip .
116116

0 commit comments

Comments
 (0)