mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07: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