Skip to content

Commit

Permalink
fix linux app name in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Galen Liu committed Nov 26, 2024
1 parent 9e1f36d commit cc648c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build Binaries
run: |
# Linux
GOOS=linux GOARCH=amd64 go build -o ./bin/gojson-amd64
GOOS=linux GOARCH=amd64 go build -o ./bin/gojson-linux-amd64
# Windows
GOOS=windows GOARCH=amd64 go build -o ./bin/gojson-windows-amd64.exe
# macOS
Expand Down

0 comments on commit cc648c2

Please sign in to comment.