Skip to content

Commit

Permalink
Rename binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Nov 19, 2021
1 parent 488e6b0 commit 4cfed72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

- name: Build & test
run: |
GOOS=windows GOARCH=386 go build -ldflags "-s -w" -o build/goignore-x86.exe *.go
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o build/goignore.exe *.go
GOOS=linux GOARCH=386 go build -ldflags "-s -w" -o build/goignore-x86 *.go
GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o build/goignore *.go
GOOS=windows GOARCH=386 go build -ldflags "-s -w" -o build/goignore-windows-x86.exe *.go
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -o build/goignore-windows.exe *.go
GOOS=linux GOARCH=386 go build -ldflags "-s -w" -o build/goignore-linux-x86 *.go
GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o build/goignore-linux *.go
GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w" -o build/goignore-darwin *.go
- uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit 4cfed72

Please sign in to comment.