CI: do not generate an error if Play Store uploadiung fails
This commit is contained in:
1
.github/workflows/ballfield.yml
vendored
1
.github/workflows/ballfield.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/openttd.yml
vendored
1
.github/workflows/openttd.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user