Working goreleaser.
This commit is contained in:
parent
78ca2e09c6
commit
f0045be2f8
2 changed files with 15 additions and 4 deletions
|
|
@ -1,11 +1,10 @@
|
|||
# This is an example goreleaser.yaml file with some sane defaults.
|
||||
# Make sure to check the documentation at http://goreleaser.com
|
||||
project_name: battlesnake
|
||||
|
||||
before:
|
||||
hooks:
|
||||
# You may remove this if you don't use go modules.
|
||||
- go mod download
|
||||
builds:
|
||||
- main: .cli/battlesnake
|
||||
- main: ./cli/battlesnake
|
||||
id: "battlesnake"
|
||||
binary: battlesnake
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue