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 49b7cd7 commit 91e10a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ builds:
- -w
- -X github.com/checkmarx/ast-cli/internal/params.Version={{.Version}}
signs:
- cmd: "gpg --output {{ .Artifact }}.sig --detach-sig {{ .Artifact }}"
- cmd: |
gpg --output "{{ .Artifact }}.sig" --detach-sig "{{ .Artifact }}"
artifacts:
- cx_windows_amd64.zip
- cx_windows_arm64.zip
Expand Down

0 comments on commit 91e10a1

Please sign in to comment.