mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-06 04:21:15 +00:00
Update .goreleaser.yaml
This commit is contained in:
@@ -28,10 +28,10 @@ builds:
|
|||||||
id: windows
|
id: windows
|
||||||
goos: [windows]
|
goos: [windows]
|
||||||
goarch: [386, amd64, arm64]
|
goarch: [386, amd64, arm64]
|
||||||
# hooks:
|
hooks:
|
||||||
# post:
|
post:
|
||||||
# - cmd: ./script/sign-windows-executable.sh '{{ .Path }}'
|
- cmd: ./assets/sign-windows-executable.sh '{{ .Path }}'
|
||||||
# output: false
|
output: false
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- id: nix
|
- id: nix
|
||||||
|
|||||||
Reference in New Issue
Block a user