Skip to content

Commit

Permalink
ci(goreleaser): update format
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Feb 6, 2025
1 parent 21967ed commit d7d47bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ archives:
{{- .Arch }}
format_overrides:
- goos: windows
format: zip
formats: [ zip ]
builds_info:
group: root
owner: root
Expand Down Expand Up @@ -127,7 +127,7 @@ signs:
signature: "${artifact}.sig"
certificate: '${artifact}.pem'
output: true
artifacts: binary
artifacts: all
args:
- sign-blob
- "--key"
Expand All @@ -142,7 +142,7 @@ signs:
signature: "${artifact}.keyless.sig"
certificate: '${artifact}.keyless.pem'
output: true
artifacts: binary
artifacts: all
args:
- sign-blob
- "--output-certificate"
Expand Down

0 comments on commit d7d47bb

Please sign in to comment.