Skip to content

Commit

Permalink
check certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed May 2, 2024
1 parent 61d8889 commit 38cc6ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .goreleaser-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ builds:
signs:
- cmd: gpg --output ./dist/{{ .ProjectName }}_{{ .Version }}_linux_amd64.sig --detach-sig ./dist/cx
artifacts:
- ./dist/cx
info: signing Linux (amd64) binary
- "./dist/cx"
- cmd: gpg --output ./dist/{{ .ProjectName }}_{{ .Version }}_windows_amd64.sig --detach-sig ./dist/cx.exe
artifacts:
- ./dist/cx.exe
info: signing Windows (amd64) binary
- "./dist/cx.exe"

archives:
- id: cx
Expand Down

0 comments on commit 38cc6ff

Please sign in to comment.