Skip to content

Commit 9257a9b

Browse files
committed
ci: fix
[skip netlify]
1 parent 67f9966 commit 9257a9b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ jobs:
9999
releaseId: ${{ github.event.release.id }}
100100
args: --target ${{ matrix.target }}
101101

102-
- name: 为安装包证明来源
103-
uses: actions/attest-build-provenance@f9eaf234fc1c2e333c1eca18177db0f44fa6ba52 # v2
104-
with:
105-
subject-path: ${{ join(fromJSON(steps.publish.outputs.artifactPaths), ', ') }}
106-
107102
- id: portable
108103
name: 提取便携式可执行文件
109104
if: env.ENABLE_PORTABLE == 'true'
@@ -125,12 +120,6 @@ jobs:
125120
release-id: ${{ github.event.release.id }}
126121
repo-token: ${{ secrets.GITHUB_TOKEN }}
127122

128-
- name: 为便携式可执行文件证明来源
129-
if: env.ENABLE_PORTABLE == 'true'
130-
uses: actions/attest-build-provenance@f9eaf234fc1c2e333c1eca18177db0f44fa6ba52 # v2
131-
with:
132-
subject-path: ${{ steps.portable.outputs.file }}
133-
134123
attest:
135124
name: 证明来源
136125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)