We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3246b27 commit 9534ec9Copy full SHA for 9534ec9
1 file changed
.github/workflows/build-test-pr.yml
@@ -19,5 +19,5 @@ jobs:
19
run: |
20
mkdir -p dist
21
GOOS=windows GOARCH=amd64 go build \
22
- -ldflags="-s -w \
+ -ldflags="-s -w" \
23
-o dist/tt-windows-amd64.exe ./cmd/time-tracker
0 commit comments