mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-02-07 18:27:04 +00:00
fix: CLI does not produce release binaries
This commit is contained in:
parent
415c47e3d1
commit
ccc5c2a4fb
3 changed files with 8 additions and 2 deletions
|
|
@ -5,6 +5,9 @@ version: 1
|
|||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
ldflags:
|
||||
- -X {{ .ModulePath }}/internal/version.version={{ .Version }}
|
||||
- -X {{ .ModulePath }}/internal/version.versionPrerelease=
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
|
|
@ -25,6 +28,9 @@ archives:
|
|||
- goos: windows
|
||||
format: zip
|
||||
|
||||
snapshot:
|
||||
name_template: "{{ .Version }}-dev+{{ .ShortCommit }}"
|
||||
|
||||
changelog:
|
||||
# Generated by release-please
|
||||
disable: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue