We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03ec63 commit 67c3fe7Copy full SHA for 67c3fe7
.github/workflows/release.yml
@@ -78,3 +78,12 @@ jobs:
78
# Uploading the relevant artifact to the GitHub release.
79
- run: just release-run ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.sha }} ${{ github.event.inputs.tag }}
80
if: ${{ github.event.inputs.dry-run == 'false' }}
81
+
82
+ # We filter by *.tar.@(zst|gz) since actions/attest-build-provenance only supports up to 1024 subjects
83
+ - name: Generate attestations
84
+ uses: actions/attest-build-provenance@v2
85
+ if: ${{ github.event.inputs.dry-run == 'false' }}
86
+ with:
87
+ subject-path: |
88
+ dist/*.tar.gz
89
+ dist/*.tar.zst
0 commit comments