mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-02-12 16:52:51 +00:00
Send to apple on successful tag build
This commit is contained in:
9
.github/workflows/workflow.yml
vendored
9
.github/workflows/workflow.yml
vendored
@@ -238,6 +238,15 @@ jobs:
|
||||
path: Runner.ipa
|
||||
if-no-files-found: 'error'
|
||||
|
||||
- name: Upload to App Store Connect
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
||||
uses: apple-actions/upload-testflight-build@v1
|
||||
with:
|
||||
app-path: Runner.ipa
|
||||
issuer-id: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
|
||||
api-key-id: ${{ secrets.APP_STORE_CONNECT_API_KEY_ID }}
|
||||
api-private-key: ${{ secrets.APP_STORE_CONNECT_API_KEY_BASE64 }}
|
||||
|
||||
attach-to-release:
|
||||
name: Attach Assets to Release
|
||||
needs: [get-version, build-android-apk, build-android-aab, build-ios]
|
||||
|
||||
Reference in New Issue
Block a user