We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33a752 commit 282ccd9Copy full SHA for 282ccd9
.github/workflows/release.yml
@@ -64,6 +64,14 @@ jobs:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
66
- name: Attest build provenance
67
+ id: attest
68
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
69
with:
- subject-path: 'dist/go-size-analyzer*.*'
70
+ subject-path: 'dist/go-size-analyzer*.*'
71
+
72
+ - name: Upload build provenance
73
+ uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2.9.0
74
+ with:
75
+ asset_name: attestations.intoto.jsonl
76
+ file: ${{ steps.attest.outputs.bundle-path }}
77
+ overwrite: false
0 commit comments