Commit 5a3e87b
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments