Skip to content

Commit

Permalink
Fix release process
Browse files Browse the repository at this point in the history
Downloading binaries for windows when you want linux!
  • Loading branch information
hh committed Sep 9, 2023
1 parent bd23d98 commit b578e62
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 @@ -79,7 +79,7 @@ jobs:
make clean
GOOS=windows GOARCH=amd64 make build
mv build/tunneld tunneld-windows-amd64
mv build/tunnel tunnel-linux-amd64
mv build/tunnel tunnel-windows-amd64
make clean
make -j tunneld build/tunneld.tag
Expand Down

0 comments on commit b578e62

Please sign in to comment.