v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
Showing only changes of commit b7be795797 - Show all commits

View File

@@ -216,12 +216,8 @@ jobs:
echo "${{ secrets.APPLE_KEY_CONTENT }}" | base64 --decode > ~/private_keys/AuthKey_${{ secrets.APPLE_KEY_ID }}.p8 echo "${{ secrets.APPLE_KEY_CONTENT }}" | base64 --decode > ~/private_keys/AuthKey_${{ secrets.APPLE_KEY_ID }}.p8
# Upload to App Store Connect using xcrun altool # Upload to App Store Connect using xcrun altool
xcrun altool --upload-package "$PKG_FILE" \ xcrun altool --upload-app -f "$PKG_FILE" \
--type macos \ --type macos \
--apple-id "com.karmaa.termix" \
--bundle-id "com.karmaa.termix" \
--bundle-version "1.8.0" \
--bundle-short-version-string "1.8.0" \
--apiKey "${{ secrets.APPLE_KEY_ID }}" \ --apiKey "${{ secrets.APPLE_KEY_ID }}" \
--apiIssuer "${{ secrets.APPLE_ISSUER_ID }}" --apiIssuer "${{ secrets.APPLE_ISSUER_ID }}"