Skip to content

Commit

Permalink
Fix Taskfile (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhbert <[email protected]>
  • Loading branch information
Zhbert authored Sep 5, 2024
1 parent 7158117 commit 1b8f923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tasks:
cmds:
- |
rm -rf temp && mkdir temp
{{ .GOOS }} {{ .GOARCH }} go build -o -ldflags="-X 'colligendis/cmd/version.Version={{ .VERSION }}'" temp/colligendis{{ if .WIN }}.exe{{ end }}
{{ .GOOS }} {{ .GOARCH }} go build -ldflags="-X 'colligendis/cmd/version.Version={{ .VERSION }}'" -o temp/colligendis{{ if .WIN }}.exe{{ end }}
cp LICENSE temp/LICENSE{{ if .WIN }}.txt{{ end }}
cp docs/INSTALL temp/INSTALL{{ if .WIN }}.txt{{ end }}
cd temp
Expand Down

0 comments on commit 1b8f923

Please sign in to comment.