Skip to content

Commit 9534ec9

Browse files
committed
pipeline fix
1 parent 3246b27 commit 9534ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
run: |
2020
mkdir -p dist
2121
GOOS=windows GOARCH=amd64 go build \
22-
-ldflags="-s -w \
22+
-ldflags="-s -w" \
2323
-o dist/tt-windows-amd64.exe ./cmd/time-tracker

0 commit comments

Comments
 (0)