From 5e60225e168c0aa54c3964488347d6f7c4e48b0d 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, 9 Sep 2024 02:04:33 +0800 Subject: [PATCH] .. --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a0e9a9c..0e5f52f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,10 +36,10 @@ jobs: - name: Run build script run: | python build.py ${{ matrix.architecture }} 3.7.9 - - name: Generate attestation for artifact - uses: actions/attest-build-provenance@v1 - with: - subject-path: build/${{ matrix.fname }}.zip + # - name: Generate attestation for artifact + # uses: actions/attest-build-provenance@v1 + # with: + # subject-path: build/${{ matrix.fname }}.zip - uses: actions/upload-artifact@v4 with: name: ${{ matrix.fname }}