CI: fix macOS executable paths

This commit is contained in:
Vinícius Miguel 2021-10-06 19:18:07 -03:00 committed by GitHub
parent 14c7023046
commit 23a3eafc3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target x86_64-apple-darwin
args: --release
- name: Run cargo test
uses: actions-rs/cargo@v1
@ -196,7 +196,7 @@ jobs:
command: test
- name: Strip binary
run: strip target/x86_64-apple-darwin/release/ouch
run: strip target/release/ouch
- name: Upload binary
uses: actions/upload-artifact@v2