Browse Source

Do not fail the whole build if Diawi upload fails

feature/julioromano/geocoding_api
Benoit Marty 1 year ago
parent
commit
d366b40c47
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -47,6 +47,8 @@ jobs: @@ -47,6 +47,8 @@ jobs:
app/build/outputs/apk/debug/*.apk
- uses: rnkdsh/action-upload-diawi@v1.5.0
id: diawi
# Do not fail the whole build if Diawi upload fails
continue-on-error: true
env:
token: ${{ secrets.DIAWI_TOKEN }}
if: ${{ github.event_name == 'pull_request' && env.token != '' }}

Loading…
Cancel
Save