From 053d114384a72adc819de7ecd01dfec5da54250c Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:24:53 +0200 Subject: [PATCH] update override and default --- .github/workflows/publish-nym-wallet-macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-nym-wallet-macos.yml b/.github/workflows/publish-nym-wallet-macos.yml index 9df335a44e..4836826eaf 100644 --- a/.github/workflows/publish-nym-wallet-macos.yml +++ b/.github/workflows/publish-nym-wallet-macos.yml @@ -36,6 +36,8 @@ jobs: with: toolchain: stable target: x86_64-apple-darwin + override: true + default: false - name: Install the Apple developer certificate for code signing env: APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}