Skip to content

Commit

Permalink
Build for different platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ainformatico committed May 27, 2024
1 parent ff7ad09 commit ad230f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build
run: |
mkdir release/
GOOS=linux GOARCH=amd64 go build -v -o release/git-new-linux
GOOS=linux GOARCH=amd64 go build -v -o release/git-new-linux-amd64
- name: Upload Go test results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ad230f5

Please sign in to comment.