Skip to content

Commit

Permalink
go releaser (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Feb 13, 2024
1 parent 686f8c2 commit f43a4e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ project_name: czip

builds:
- id: czip-compressor
dir: ./compressor
main: ./cmd/czip-compressor
binary: czip-compressor
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm64
Expand Down Expand Up @@ -49,7 +49,6 @@ release:
## Download binaries
macOS: [amd64](https://github.com/0xsequence/czip/releases/download/v{{.Version}}/czip-compressor.darwin-amd64), [arm64](https://github.com/0xsequence/czip/releases/download/v{{.Version}}/czip-compressor.darwin-arm64) (Apple Silicon)
Linux: [amd64](https://github.com/0xsequence/czip/releases/download/v{{.Version}}/czip-compressor.linux-amd64), [arm64](https://github.com/0xsequence/czip/releases/download/v{{.Version}}/czip-compressor.linux-arm64)
Windows: [amd64](https://github.com/0xsequence/czip/releases/download/v{{.Version}}/czip-compressor.windows-amd64.exe), [arm64](https://github.com/0xsequence/czip/releases/download/v{{.Version}}/czip-compressor.windows-arm64.exe)
changelog:
use: github
Expand Down

0 comments on commit f43a4e4

Please sign in to comment.