From 4296dc24c3642fe4c4600fe4cc12be7bad19863c Mon Sep 17 00:00:00 2001 From: LukeGus Date: Sun, 19 Oct 2025 14:41:51 -0500 Subject: [PATCH] fix: Improve macOS support --- .github/workflows/electron-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index f666ce71..d9bbd67f 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -218,8 +218,7 @@ jobs: # Upload to App Store Connect using xcrun altool xcrun altool --upload-package "$PKG_FILE" \ --type macos \ - --asc-public-id "${{ secrets.APPLE_TEAM_ID }}" \ - --apple-id "${{ secrets.APPLE_ID }}" \ + --apple-id "com.karmaa.termix" \ --bundle-id "com.karmaa.termix" \ --bundle-version "1.8.0" \ --bundle-short-version-string "1.8.0" \