Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
goreleaser: fix syntax (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCarrion committed Mar 4, 2020
1 parent fbb6ca9 commit e22321c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
project_name: versions
before:
hooks:
- go mod download
builds:
-
main: ./cmd/versions/main.go
binary: versions
env:
- CGO_ENABLED=0
archives:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
files:
- README.md
- LICENSE
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
files:
- README.md
- LICENSE
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit e22321c

Please sign in to comment.