Skip to content

Commit 4e9e590

Browse files
committed
include binary signature in archive
1 parent 860f396 commit 4e9e590

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
go-version: 1.19.x
2626
check-latest: true
2727

28-
- uses: anchore/sbom-action/download-syft@main
29-
3028
- uses: sigstore/cosign-installer@main
3129

3230
- uses: goreleaser/goreleaser-action@v2

.goreleaser.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ builds:
2525
ldflags:
2626
- -s -w -X "main.version={{ .Tag }}"
2727

28-
sboms:
29-
- artifacts: binary
30-
3128
archives:
3229
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
30+
files:
31+
- "*.crt"
32+
- "*.sig"
3333

3434
checksum:
3535
name_template: "checksums.txt"

0 commit comments

Comments
 (0)