Skip to content

Commit

Permalink
fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danny committed Feb 6, 2021
1 parent 19dc000 commit 127f8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build
if: success()
run:
run: |
GOOS=windows go build -ldflags "-s -w"
GOOS=darwin go build -o gitmoo-goog-osx -ldflags "-s -w"
go build -ldflags "-s -w"
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ gitmoo-goog.zip


installer/installer
installer/gitmoo-goog_0.24_amd64.deb
installer/*.deb

0 comments on commit 127f8f1

Please sign in to comment.