File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 args : release --clean
8080 env :
8181 GITHUB_TOKEN : ${{ secrets.GORELEASER_GITHUB_TOKEN }}
82+ - name : Upload dist folder
83+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84+ with :
85+ name : dist-artifacts
86+ path : dist/
8287
8388 provenance :
8489 needs : [goreleaser]
8893 attestations : write # To write attestations
8994 runs-on : ubuntu-latest
9095 steps :
96+ - name : Download dist folder
97+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
98+ with :
99+ name : dist-artifacts
100+ path : dist/
101+
91102 - name : Attest build provenance (checksums)
92103 uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
93104 with :
94- subject-checksums : ./ dist/checksums.txt
105+ subject-checksums : dist/checksums.txt
You can’t perform that action at this time.
0 commit comments