mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 21:52:54 +02:00
ci: strip release binaries on macOS
We were purportedly doing this already, but actually weren't because of confusion in the `if` condition. Closes #2636
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -161,7 +161,7 @@ jobs:
|
||||
echo "BIN=$bin" >> $GITHUB_ENV
|
||||
|
||||
- name: Strip release binary (macos)
|
||||
if: matrix.os == 'macos'
|
||||
if: matrix.os == 'macos-latest'
|
||||
shell: bash
|
||||
run: strip "$BIN"
|
||||
|
||||
|
Reference in New Issue
Block a user