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:
parent
085902de66
commit
a85b5a6cd3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release-app.yaml
vendored
4
.github/workflows/release-app.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue