Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zan8in committed Jul 6, 2023
1 parent 36e61e0 commit 1fd5e2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ before:
- go mod tidy

builds:

- main: cmd/afrog/main.go
binary: afrog
id: afrog
Expand All @@ -28,8 +27,7 @@ archives:
- format: zip
id: afrog
builds: [afrog]
replacements:
darwin: macOS
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}'

checksum:
algorithm: sha256
Expand Down

0 comments on commit 1fd5e2c

Please sign in to comment.