Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtylman authored Feb 6, 2021
1 parent 9fa89bb commit 19dc000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
if: success()
run:
GOOS=window go build -ldflags "-s -w"
GOOS=windows go build -ldflags "-s -w"
GOOS=darwin go build -o gitmoo-goog-osx -ldflags "-s -w"
go build -ldflags "-s -w"
cd installer
Expand Down

0 comments on commit 19dc000

Please sign in to comment.