From 80894dc5c9192af9d90c838aa245cf0f70dab87d Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Thu, 3 Apr 2025 12:58:06 +0200 Subject: [PATCH] rename binary --- .github/workflows/publish-nym-wallet-macos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-nym-wallet-macos.yml b/.github/workflows/publish-nym-wallet-macos.yml index 21f7cc9ce3..0d46910a91 100644 --- a/.github/workflows/publish-nym-wallet-macos.yml +++ b/.github/workflows/publish-nym-wallet-macos.yml @@ -88,6 +88,10 @@ jobs: TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} run: yarn && yarn build + - name: Rename binary to match expected Tauri binaryName + run: | + mv target/release/nym_wallet target/release/nym-wallet || true + - name: Upload Artifact uses: actions/upload-artifact@v4 with: