From 540a75029eccb82091ef1d1ef8ab03eead487173 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:47:51 +0200 Subject: [PATCH] typo --- .github/workflows/publish-nym-wallet-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-nym-wallet-macos.yml b/.github/workflows/publish-nym-wallet-macos.yml index d567f374ce..eb45f8103d 100644 --- a/.github/workflows/publish-nym-wallet-macos.yml +++ b/.github/workflows/publish-nym-wallet-macos.yml @@ -35,7 +35,7 @@ jobs: uses: brndnmtthws/rust-action-rustup@v1 with: toolchain: stable - target: x86_64-apple-darwin + targets: x86_64-apple-darwin override: true default: false - name: Install the Apple developer certificate for code signing