mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-29 01:44:39 +02:00
fix: fixed init
For some reason when building . instead of main.go, the main_packr.go file was being ignored it seems. Also changed it to run with go generate. refs #591
This commit is contained in:
parent
ac7800699f
commit
2ff058fd64
@ -1,6 +1,7 @@
|
||||
builds:
|
||||
- hooks:
|
||||
pre: packr
|
||||
- main: ./main.go
|
||||
hooks:
|
||||
pre: go generate
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
|
Loading…
Reference in New Issue
Block a user