Fix workflows new path for binaries

This commit is contained in:
João M. Bezerra 2021-09-26 23:02:59 -03:00
parent df4f24469c
commit 9265198f58

View File

@ -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