Skip to content

Commit

Permalink
put them back
Browse files Browse the repository at this point in the history
  • Loading branch information
DireLines committed Aug 23, 2024
1 parent 6a6e1e5 commit 4c49d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
env GOOS=linux GOARCH=amd64 go build -o bin/runpodctl-linux-amd64 .
env GOOS=linux GOARCH=arm64 go build -o bin/runpodctl-linux-arm64 .
env GOOS=windows GOARCH=amd64 go build -o bin/runpodctl-windows-amd64.exe .
# strip bin/* || true # strip the binary's DWARF debug info, where applicable
# ./tools/upx --best bin/* || true # compress the binaries
strip bin/* || true # strip the binary's DWARF debug info, where applicable
./tools/upx --best bin/* || true # compress the binaries
- name: upload linux amd64 release binary
uses: actions/[email protected]
Expand Down

0 comments on commit 4c49d93

Please sign in to comment.