diff --git a/.github/workflows/build_android_signed.yml b/.github/workflows/build_android_signed.yml index bdcecd1b0..652939456 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 + 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 }}' zip -r file.zip . diff --git a/android/qopenhd_key.jks b/android/qopenhd_key.jks index 9db73378f..1dfb1638e 100644 Binary files a/android/qopenhd_key.jks and b/android/qopenhd_key.jks differ