Skip to content

Commit

Permalink
Generate attestations only for exported build artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <[email protected]>
  • Loading branch information
sylr committed Jul 7, 2024
1 parent 4e7055e commit e080589
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ jobs:
- uses: actions/attest-build-provenance@v1
with:
subject-path: |
dist/*
dist/*-darwin-amd64*
dist/*-darwin-arm64*
dist/*-linux-amd64*
dist/*-linux-arm64*
dist/*-windows-amd64*
dist/*-windows-arm64*
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e080589

Please sign in to comment.