Skip to content

Commit

Permalink
build: Disable macOS binary stripping in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
limitcool committed Feb 14, 2025
1 parent 8681ee4 commit 1c7cc7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ jobs:
fi
echo "BIN=$bin" >> $GITHUB_ENV
- name: Strip release binary (macos)
if: matrix.os == 'macos-latest'
shell: bash
run: strip "$BIN"
# - name: Strip release binary (macos)
# if: matrix.os == 'macos-latest'
# shell: bash
# run: strip "$BIN"

- name: Strip release binary (cross)
if: env.CARGO == 'cross'
Expand Down

0 comments on commit 1c7cc7b

Please sign in to comment.