Skip to content

Commit

Permalink
Add step to strip binaries (#13)
Browse files Browse the repository at this point in the history
* Add step to strip binaries
  • Loading branch information
Bassetts authored Jun 5, 2020
1 parent b739c24 commit 8f8ebb0
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 @@ -115,9 +115,9 @@ jobs:
run: |
if [[ "${{ matrix.build }}" == "linux-arm" ]]; then
sudo apt install binutils-arm-linux-gnueabihf
arm-linux-gnueabihf-strip target/${{ matrix.target }}/release/github-action-test
arm-linux-gnueabihf-strip target/${{ matrix.target }}/release/warp-cors
else
strip target/${{ matrix.target }}/release/github-action-test
strip target/${{ matrix.target }}/release/warp-cors
fi
- name: Build archive
Expand Down

0 comments on commit 8f8ebb0

Please sign in to comment.