Skip to content

Commit 5a3e87b

Browse files
authored
fix: invalid goreleaser artifacts name for signing step (#1380)
``` # Which artifacts to sign # # Valid options are: # - none no signing # - all: all artifacts # - checksum: checksum files # - source: source archive # - package: Linux packages (deb, rpm, apk, etc) # - installer: Installers (MSI, NSIS, macOS Pkgs) (GoReleaser Pro) # - diskimage: macOS DMG disk images (GoReleaser Pro) # - archive: archives from archive pipe # - sbom: any SBOMs generated for other artifacts # - binary: binaries (only when `archives.format` is 'binary', use binary_signs otherwise) # # Default: 'none'. artifacts: all ``` https://goreleaser.com/customization/sign/sign/
1 parent 6dd1849 commit 5a3e87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ checksum:
125125
algorithm: sha256
126126

127127
signs:
128-
- artifacts: checksums
128+
- artifacts: checksum
129129
signature: ${artifact}.sig
130130
id: hcloud-sign
131131
args:

0 commit comments

Comments
 (0)