diff --git a/.github/workflows/build_android_signed.yml b/.github/workflows/build_android_signed.yml index 652939456..bdcecd1b0 100644 --- a/.github/workflows/build_android_signed.yml +++ b/.github/workflows/build_android_signed.yml @@ -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 zip -r file.zip . diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 7b8e52467..6ce2c30b4 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +