From dbb2d66564069f1fae9473707883874e6649d4b3 Mon Sep 17 00:00:00 2001 From: Ozgur Ersoy Date: Sun, 13 Apr 2025 02:01:31 +0200 Subject: [PATCH] fix(workflows): update macOS app signing step to run only on success --- .gitea/workflows/macos-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/macos-build.yml b/.gitea/workflows/macos-build.yml index 020c7bea..576506cc 100644 --- a/.gitea/workflows/macos-build.yml +++ b/.gitea/workflows/macos-build.yml @@ -71,9 +71,10 @@ jobs: echo "Packaged releases:" ls -la PackagedReleases/ + echo "tests" - - name: Sign and Notarize macOS App - if: ${{ always() }} + - name: Sign and Notarize macOS App 2 + if: ${{ success() }} env: APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} APPLE_CERTIFICATE_BASE64: ${{ secrets.MACOS_CERTIFICATE }}