Version to pin is the upload, not the signing.

I can't do anything right today, huh.
This commit is contained in:
yairm210
2021-09-26 15:04:25 +03:00
parent 8b5f198577
commit 7f539aa4fa

View File

@ -83,7 +83,7 @@ jobs:
./gradlew :android:assembleRelease
- name: Sign AAB for Google Play upload
uses: r0adkll/sign-android-release@v1.0.15
uses: r0adkll/sign-android-release@v1
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
with:
releaseDirectory: android/build/outputs/bundle/release
@ -95,7 +95,7 @@ jobs:
- name: Upload AAB to google play
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
continue-on-error: true
uses: r0adkll/upload-google-play@v1
uses: r0adkll/upload-google-play@v1.0.15
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
packageName: com.unciv.app