File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments