mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Merge pull request #69 from ouch-org/fix-ci
CI: fix macOS executable paths
This commit is contained in:
commit
8bf087bbd7
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -188,7 +188,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --target x86_64-apple-darwin
|
args: --release
|
||||||
|
|
||||||
- name: Run cargo test
|
- name: Run cargo test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
@ -196,7 +196,7 @@ jobs:
|
|||||||
command: test
|
command: test
|
||||||
|
|
||||||
- name: Strip binary
|
- name: Strip binary
|
||||||
run: strip target/x86_64-apple-darwin/release/ouch
|
run: strip target/release/ouch
|
||||||
|
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user