fix: Taskfile build path

This commit is contained in:
Toby 2022-11-24 11:40:03 -08:00
parent ed14540d26
commit 73df9973d0

View File

@ -16,7 +16,7 @@ tasks:
cmds:
- |
GOOS={{.GOOS}} GOARCH={{.GOARCH}} GOARM={{.GOARM}} GOMIPS={{.GOMIPS}} \
go build -trimpath -o ../dist/hysteria-{{.TASK}} -ldflags \
go build -trimpath -o ../../dist/hysteria-{{.TASK}} -ldflags \
"-w -s -X main.appCommit={{.BUILD_COMMIT}} -X main.appDate={{.BUILD_DATE}}"
linux-386:
cmds: