release: Add app store connect actions

This commit is contained in:
世界
2024-12-12 17:54:05 +08:00
parent 483d9fa503
commit 52f3a4226c
3 changed files with 276 additions and 30 deletions

View File

@@ -478,6 +478,7 @@ jobs:
- name: Upload to App Store Connect
if: matrix.if && matrix.name != 'macOS-standalone' && github.event_name == 'workflow_dispatch'
run: |-
go run -v ./cmd/internal/app_store_connect cancel_app_store ${{ matrix.platform }}
cd clients/apple
xcodebuild -exportArchive \
-archivePath "${{ matrix.archive }}" \