Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KreutzerCode authored Jan 23, 2024
1 parent 492f682 commit 6148021
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Build Binary for Linux
run: GOOS=linux GOARCH=amd64 go build -o wp-wingman-${GOOS}-${GOARCH} main.go
run: GOOS=linux GOARCH=amd64 go build -o wp-wingman-linux-amd64 main.go

- name: Upload assets to a Release
uses: AButler/[email protected]
Expand Down

0 comments on commit 6148021

Please sign in to comment.