Skip to content

Commit

Permalink
ci: use authentication key
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Oct 22, 2024
1 parent 35a7e6a commit 3a676d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ jobs:
-archivePath Runner.xcarchive
-allowProvisioningUpdates
- name: Dump AuthKey
working-directory: ios
run: echo $APP_STORE_CONNECT_PRIVATE_KEY > AuthKey.p8

- name: Create IPA
if: startsWith(github.ref, 'refs/tags/')
working-directory: ios
Expand All @@ -252,6 +256,9 @@ jobs:
-archivePath Runner.xcarchive
-exportOptionsPlist ExportOptions.plist
-allowProvisioningUpdates
-authenticationKeyIssuerID $APP_STORE_CONNECT_ISSUER_ID
-authenticationKeyID $APP_STORE_CONNECT_KEY_IDENTIFIER
-authenticationKeyPath $(pwd)/AuthKey.p8
build-windows-x64:
runs-on: windows-latest
Expand Down

0 comments on commit 3a676d9

Please sign in to comment.