Skip to content

Commit

Permalink
github: also update android family action
Browse files Browse the repository at this point in the history
  • Loading branch information
kar committed Oct 24, 2024
1 parent 8c78fcb commit d03e7c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/androidfamily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
keyPassword: ${{ secrets.KEY_PASSWORD }}

- name: Upload to Google Play (no review)
id: upload
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
Expand All @@ -67,6 +68,7 @@ jobs:
continue-on-error: true

- name: Upload to Google Play (with review)
if: always() && steps.upload.outcome == 'failure'
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
Expand All @@ -75,4 +77,3 @@ jobs:
track: internal
status: completed
whatsNewDirectory: six-android/whatsnew
if: failure() # Of the previous step

0 comments on commit d03e7c6

Please sign in to comment.