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