Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
[skip netlify]
  • Loading branch information
typed-sigterm committed Feb 27, 2025
1 parent 67f9966 commit 9257a9b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ jobs:
releaseId: ${{ github.event.release.id }}
args: --target ${{ matrix.target }}

- name: 为安装包证明来源
uses: actions/attest-build-provenance@f9eaf234fc1c2e333c1eca18177db0f44fa6ba52 # v2
with:
subject-path: ${{ join(fromJSON(steps.publish.outputs.artifactPaths), ', ') }}

- id: portable
name: 提取便携式可执行文件
if: env.ENABLE_PORTABLE == 'true'
Expand All @@ -125,12 +120,6 @@ jobs:
release-id: ${{ github.event.release.id }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: 为便携式可执行文件证明来源
if: env.ENABLE_PORTABLE == 'true'
uses: actions/attest-build-provenance@f9eaf234fc1c2e333c1eca18177db0f44fa6ba52 # v2
with:
subject-path: ${{ steps.portable.outputs.file }}

attest:
name: 证明来源
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9257a9b

Please sign in to comment.