mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
fix: build version
This commit is contained in:
parent
f31d415199
commit
678959c920
@ -2,7 +2,7 @@
|
||||
# Build customization
|
||||
builds:
|
||||
- binary: sesamy
|
||||
main: ./cmd/main.go
|
||||
main: ./main.go
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
@ -17,7 +17,7 @@ builds:
|
||||
flags:
|
||||
- -trimpath
|
||||
ldflags:
|
||||
- -s -w -X github.com/foomo/sesamy-cli/cmd/actions.version={{.Version}}
|
||||
- -s -w -X github.com/foomo/sesamy-cli/cmd.version={{.Version}}
|
||||
|
||||
release:
|
||||
prerelease: auto
|
||||
|
||||
Loading…
Reference in New Issue
Block a user