From a2a0a4e0db832d40522fcea5ae3bc921ac88e492 Mon Sep 17 00:00:00 2001 From: dogi Date: Tue, 2 Jul 2024 17:33:12 -0400 Subject: [PATCH] actions: publish failure publish fallback (fixes #2078) (#2079) --- .github/workflows/android-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index e2aeb4f9b..69142f47f 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -73,6 +73,7 @@ jobs: ls -alR output - name: publish AAB to happy playstore + id: playstore if: github.ref == 'refs/heads/master' continue-on-error: true uses: dogi/upload-google-play@v1.1.4 @@ -85,7 +86,7 @@ jobs: status: completed - name: publish AAB to unhappy playstore - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' && steps.playstore.outcome == 'failure' continue-on-error: true uses: dogi/upload-google-play@v1.1.4 with: