fix: Improve macOS support

This commit is contained in:
LukeGus
2025-10-19 13:00:26 -05:00
parent e6445b2dc4
commit c7177a0fd1

View File

@@ -147,10 +147,6 @@ jobs:
- name: Build macOS App Store Package
if: steps.check_certs.outputs.has_certs == 'true'
run: npm run build:mac
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
- name: List release directory
if: steps.check_certs.outputs.has_certs == 'true'