From 1746037c0af7db226d8c298fe639f1f97c0c12fe Mon Sep 17 00:00:00 2001 From: Syuugo Date: Fri, 7 Jun 2024 14:43:25 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92=E7=84=A1?= =?UTF-8?q?=E8=A6=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit プルリク時に確実に失敗するため https://github.com/actions/attest-build-provenance/issues/99 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8972e144..32f0755f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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