Skip to content

Commit

Permalink
Fix output name
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvarache committed Jan 28, 2020
1 parent 6c517af commit e6a1a05
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 @@ -17,7 +17,7 @@ tasks:

build:release:
cmds:
- go build -ldflags="-X 'main.BuildVersion={{.VERSION}}' -X 'main.BuildHash={{.HASH}}'" -o ./dist/{{.OUTPUT}}{{exeExt}}
- go build -ldflags="-X 'main.BuildVersion={{.VERSION}}' -X 'main.BuildHash={{.HASH}}'" -o ./dist/{{.APP_NAME}}{{exeExt}}

get-output:
cmds:
Expand Down

0 comments on commit e6a1a05

Please sign in to comment.