mirror of
https://github.com/areteruhiro/LIME-beta-hiro.git
synced 2025-02-06 05:21:37 +09:00
エラーを無視
プルリク時に確実に失敗するため https://github.com/actions/attest-build-provenance/issues/99
This commit is contained in:
parent
b7ad79e899
commit
b2ebb0abec
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -90,6 +90,7 @@ jobs:
|
||||
- name: Attest
|
||||
uses: actions/attest-build-provenance@v1
|
||||
if: github.event.inputs.release != 'true'
|
||||
continue-on-error: true
|
||||
with:
|
||||
subject-path: app/build/outputs/apk/debug/app-debug.apk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user