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 c132379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -33,4 +33,4 @@ jobs:
gh release create \
--title "Release ${{ github.ref_name }}" \
"${{ github.ref_name }}" \
release/git-new-linux
release/git-new-linux-amd64

0 comments on commit c132379

Please sign in to comment.