We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993a98e commit e16ff58Copy full SHA for e16ff58
.github/workflows/build.yml
@@ -90,6 +90,7 @@ jobs:
90
- name: Attest
91
uses: actions/attest-build-provenance@v1
92
if: github.event.inputs.release != 'true'
93
+ continue-on-error: true
94
with:
95
subject-path: app/build/outputs/apk/debug/app-debug.apk
96
0 commit comments