From 8b3997fcec24fa5c69f1657b793567ce2a6396c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:24:14 +0800 Subject: [PATCH] ... --- .github/workflows/release.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 246f0b6..5a1d144 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,10 +36,10 @@ jobs: - name: Pack run: python build.py pack - - name: Generate attestation for artifact - uses: actions/attest-build-provenance@v1 - with: - subject-path: builds/${{ matrix.target }}.zip + # - name: Generate attestation for artifact + # uses: actions/attest-build-provenance@v1 + # with: + # subject-path: builds/${{ matrix.target }}.zip - name: Upload artifact uses: actions/upload-artifact@v4 with: @@ -94,10 +94,10 @@ jobs: - name: Pack run: python build.py pack - - name: Generate attestation for artifact - uses: actions/attest-build-provenance@v1 - with: - subject-path: builds/${{ matrix.target }}.zip + # - name: Generate attestation for artifact + # uses: actions/attest-build-provenance@v1 + # with: + # subject-path: builds/${{ matrix.target }}.zip - name: Upload artifact uses: actions/upload-artifact@v4 with: @@ -144,10 +144,10 @@ jobs: - name: Pack run: python build.py pack - - name: Generate attestation for artifact - uses: actions/attest-build-provenance@v1 - with: - subject-path: builds/${{ matrix.target }}.zip + # - name: Generate attestation for artifact + # uses: actions/attest-build-provenance@v1 + # with: + # subject-path: builds/${{ matrix.target }}.zip - name: Upload artifact uses: actions/upload-artifact@v4 with: