From 9265198f58ec3514746aae17d4239c68678f5e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20M=2E=20Bezerra?= Date: Sun, 26 Sep 2021 23:02:59 -0300 Subject: [PATCH] Fix workflows new path for binaries --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3bf9e33..16f8380 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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