From a7401cfaf76fee354e6c12d44224381a75d1d197 Mon Sep 17 00:00:00 2001 From: pelya Date: Sat, 20 May 2023 00:31:01 +0300 Subject: [PATCH] CI: do not generate an error if Play Store uploadiung fails --- .github/workflows/ballfield.yml | 1 + .github/workflows/openttd.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ballfield.yml b/.github/workflows/ballfield.yml index 49ac8d22d..c0c7d17c1 100644 --- a/.github/workflows/ballfield.yml +++ b/.github/workflows/ballfield.yml @@ -127,6 +127,7 @@ jobs: if-no-files-found: error - uses: r0adkll/upload-google-play@v1 + continue-on-error: true with: serviceAccountJsonPlainText: ${{secrets.SERVICE_ACCOUNT_JSON}} packageName: net.olofson.ballfield diff --git a/.github/workflows/openttd.yml b/.github/workflows/openttd.yml index 36cd5ffda..5f9b4c1a8 100644 --- a/.github/workflows/openttd.yml +++ b/.github/workflows/openttd.yml @@ -145,6 +145,7 @@ jobs: if-no-files-found: error - uses: r0adkll/upload-google-play@v1 + continue-on-error: true with: serviceAccountJsonPlainText: ${{secrets.SERVICE_ACCOUNT_JSON}} packageName: org.openttd.sdl