Skip to content

Commit

Permalink
github: another attempt to exec on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kar committed Oct 24, 2024
1 parent e016fb6 commit d1fb360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
continue-on-error: true

- name: Upload to Google Play (with review)
if: ${{ failure() && steps.upload.conclusion == 'failure' }}
if: steps.upload.conclusion == 'failure'
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
Expand Down

0 comments on commit d1fb360

Please sign in to comment.