Skip to content

Commit

Permalink
Merge pull request jamestelfer#63 from jamestelfer/ci-release-filenam…
Browse files Browse the repository at this point in the history
…e-fix

ci: ensure signing bundles are uploaded alongside
  • Loading branch information
jamestelfer authored Sep 21, 2024
2 parents 2e0c042 + 2eaf9a9 commit 936f0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builds:
# If you do this locally, sign with an OAuth identity you don't mind being permanently
# published to a transparency log.
binary_signs:
- signature: '${artifact}.cosign.bundle'
- signature: '${artifact}_{{ .Os }}_{{ .Arch }}.cosign.bundle'
cmd: './ci-only.sh'
args:
- "cosign"
Expand All @@ -41,7 +41,7 @@ archives:
files:
# cosign produces a bundle file to allow for verification of the artifacts
# this is included in the archive to allow for easier verification after download
- src: '{{ .ArtifactPath }}.cosign.bundle'
- src: '{{ .ArtifactPath }}_{{ .Os }}_{{ .Arch }}.cosign.bundle'
strip_parent: true

changelog:
Expand Down

0 comments on commit 936f0f6

Please sign in to comment.