fix(actions): remove upload step for stapled app bundle in macOS notarization workflow to streamline artifact handling
Some checks failed
Test macOS Build Action / test-macos-build (push) Failing after 44m12s

This commit is contained in:
Ozgur 2025-04-16 22:58:40 +02:00
parent 5ce7f02d4e
commit 48f6f631b5
No known key found for this signature in database
GPG Key ID: 66CDF27505A35546

View File

@ -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