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