Skip to content

Commit

Permalink
release: Add publish testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Dec 17, 2024
1 parent 3a94e79 commit 5057608
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 261 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ jobs:
- name: Setup Xcode stable
if: matrix.if && github.ref == 'refs/heads/main-next'
run: |-
sudo xcode-select -s /Applications/Xcode_16.1.app
sudo xcode-select -s /Applications/Xcode_16.2.app
- name: Setup Xcode beta
if: matrix.if && github.ref == 'refs/heads/dev-next'
run: |-
Expand Down Expand Up @@ -491,6 +491,10 @@ jobs:
-authenticationKeyPath $ASC_KEY_PATH \
-authenticationKeyID $ASC_KEY_ID \
-authenticationKeyIssuerID $ASC_KEY_ISSUER_ID
- name: Publish to TestFlight
if: matrix.if && matrix.name != 'macOS-standalone' && github.event_name == 'workflow_dispatch' && github.ref =='refs/heads/dev-next'
run: |-
go run -v ./cmd/internal/app_store_connect publish_testflight ${{ matrix.platform }}
- name: Build image
if: matrix.if && matrix.name == 'macOS-standalone' && github.event_name == 'workflow_dispatch'
run: |-
Expand Down
30 changes: 0 additions & 30 deletions cmd/internal/app_store_connect/client.go

This file was deleted.

140 changes: 0 additions & 140 deletions cmd/internal/app_store_connect/client_linkname.go

This file was deleted.

Loading

0 comments on commit 5057608

Please sign in to comment.