Skip to content

Commit

Permalink
Remove strip
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Apr 11, 2023
1 parent 9e37ddf commit b73549a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build universal binary
run: |
make release
strip choose
run: make release
- name: Verify binary runs
run: ./choose -v
- name: Generate SHA256 checksum
Expand Down

0 comments on commit b73549a

Please sign in to comment.