Working goreleaser.

This commit is contained in:
bvanvugt 2020-12-10 21:08:08 -08:00
parent 78ca2e09c6
commit f0045be2f8
2 changed files with 15 additions and 4 deletions

View file

@ -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: