Skip to content

Commit 8fdadf8

Browse files
authored
fix(ci): fix goreleaser post-hooks (#808)
1 parent bd9167e commit 8fdadf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ builds:
3636
output: true
3737
- cmd: codesign -vvv --deep --strict "dist/macos-builds_{{.Target}}/{{.Name}}"
3838
output: true
39-
- cmd: ls -l "dist/macos_{{.Target}}"
40-
output: true
4139
- cmd: hdiutil create -volname "STACKIT-CLI" -srcfolder "dist/macos-builds_{{.Target}}/{{.Name}}" -ov -format UDZO "dist/{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}.dmg"
4240
output: true
4341
- cmd: codesign -s "{{.Env.APPLE_APPLICATION_IDENTITY}}" -f -v --options=runtime "dist/{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}.dmg"

0 commit comments

Comments
 (0)