From 48f6f631b5a73b20ed32817e3436b66a854c87a3 Mon Sep 17 00:00:00 2001 From: Ozgur Ersoy Date: Wed, 16 Apr 2025 22:58:40 +0200 Subject: [PATCH] fix(actions): remove upload step for stapled app bundle in macOS notarization workflow to streamline artifact handling --- .gitea/workflows/test-macos-build.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/test-macos-build.yml b/.gitea/workflows/test-macos-build.yml index 33f0b4dc..6727212b 100644 --- a/.gitea/workflows/test-macos-build.yml +++ b/.gitea/workflows/test-macos-build.yml @@ -189,15 +189,6 @@ jobs: fi shell: bash - # Upload stapled app directly (this is the most reliable approach) - - name: Upload Stapled App Bundle - uses: actions/upload-artifact@v3 - if: steps.sign-and-notarize.outputs.notarized == 'true' && steps.sign-and-notarize.outputs.signed != 'none' - with: - name: LuckyWorld-macOS-Stapled-App-Bundle - path: ${{ env.APP_PATH }} - retention-days: 30 - # Upload the custom DMG with installer script - name: Upload Custom DMG with Installer uses: actions/upload-artifact@v3