Skip to content

Commit adb21ab

Browse files
committed
update: release pipeline
1 parent a7668c8 commit adb21ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ checksum:
2424
sboms:
2525
- id: ipvsctl
2626
documents:
27-
- "${artifact}.sbom.json"
27+
- "ipvsctl.sbom.json"
2828
cmd: syft
29-
args: ["$artifact", "--output", "cyclonedx-json=$document"]
30-
artifacts: source
29+
args: ["..", "--output", "cyclonedx-json=$document"]
30+
artifacts: any
3131

3232

3333
release:

0 commit comments

Comments
 (0)