mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
Fix workflows new path for binaries
This commit is contained in:
parent
df4f24469c
commit
9265198f58
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -196,7 +196,7 @@ jobs:
|
||||
command: test
|
||||
|
||||
- name: Strip binary
|
||||
run: strip target/release/ouch
|
||||
run: strip target/x86_64-apple-darwin/release/ouch
|
||||
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v2
|
||||
@ -235,7 +235,7 @@ jobs:
|
||||
command: test
|
||||
|
||||
- name: Strip binary
|
||||
run: strip target/release/ouch
|
||||
run: strip target/aarch64-apple-darwin/release/ouch
|
||||
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user