File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 6969 release :
7070 permissions :
7171 id-token : write
72- contents : read
72+ contents : write
7373 attestations : write
7474 name : ${{ matrix.target }} (${{ matrix.runner }})
7575 runs-on : ${{ matrix.runner }}
@@ -163,15 +163,6 @@ jobs:
163163 echo "${name}_bin_path=${bin}" >> $GITHUB_ENV
164164 done
165165
166- - name : Binaries attestation
167- uses : actions/attest-build-provenance@v2
168- with :
169- subject-path : |
170- ${{ env.anvil_bin_path }}
171- ${{ env.cast_bin_path }}
172- ${{ env.chisel_bin_path }}
173- ${{ env.forge_bin_path }}
174-
175166 - name : Archive binaries
176167 id : artifacts
177168 env :
@@ -228,6 +219,15 @@ jobs:
228219 ${{ steps.artifacts.outputs.file_name }}
229220 ${{ steps.man.outputs.foundry_man }}
230221
222+ - name : Binaries attestation
223+ uses : actions/attest-build-provenance@v2
224+ with :
225+ subject-path : |
226+ ${{ env.anvil_bin_path }}
227+ ${{ env.cast_bin_path }}
228+ ${{ env.chisel_bin_path }}
229+ ${{ env.forge_bin_path }}
230+
231231 # If this is a nightly release, it also updates the release
232232 # tagged `nightly` for compatibility with `foundryup`
233233 - name : Update nightly release
You can’t perform that action at this time.
0 commit comments