1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-21 20:01:15 +00:00

Fix release workflow

Play is now refusing the upload due to the target SDK that's too low. I
still want to get the APK for the github release now, so disable pushing
to google play now.
This commit is contained in:
Simon Frei 2024-09-29 17:47:03 +02:00
parent 085902de66
commit a85b5a6cd3

View file

@ -45,7 +45,9 @@ jobs:
echo '${{ secrets.SIGNING_KEYSTORE_JKS_BASE64 }}' | base64 -d > "$SYNCTHING_RELEASE_STORE_FILE"
echo '${{ secrets.GOOGLE_PLAY_SECRETS_BASE64 }}' | base64 -d > "$SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE"
java -version
./gradlew --no-daemon buildNative lint assembleRelease bundleRelease publishReleaseBundle
# TODO: Readd publishReleaseBundle if google play works again, or
# remove everything related to publishing to google play.
./gradlew --no-daemon buildNative lint assembleRelease bundleRelease
rm "$SYNCTHING_RELEASE_STORE_FILE" "$SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE"
echo '${{ secrets.GNUPG_SIGNING_KEY_BASE64 }}' | base64 -d | gpg --import