Skip to content

Commit 198eeee

Browse files
committed
fix typo in pipeline
1 parent 7c86758 commit 198eeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
-X github.com/LReg/time-tracker/internal/version.Version=${{ steps.vars.outputs.version }} \
6969
-X github.com/LReg/time-tracker/internal/version.Commit=${{ steps.vars.outputs.commit }} \
7070
-X github.com/LReg/time-tracker/internal/version.Date=${{ steps.vars.outputs.build_time }}" \
71-
-o dist/tt-darwin-arm64 ./cmd/time-tracker
71+
-o dist/tt-linux-arm64 ./cmd/time-tracker
7272
7373
GOOS=linux GOARCH=amd64 go build \
7474
-ldflags="-s -w \

0 commit comments

Comments
 (0)