From cf102de53d39be626667075295f8cd5a576215fc Mon Sep 17 00:00:00 2001 From: atavism Date: Fri, 24 Jan 2025 15:04:49 -0800 Subject: [PATCH] Disable upload to Testflight step for now --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea8539c9b..2543dc4e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -175,14 +175,14 @@ jobs: with: name: Lantern.ipa - - name: Upload Lantern to TestFlight - uses: apple-actions/upload-testflight-build@v1 - if: (needs.set-version.outputs.prefix == 'lantern-installer-preview'|| needs.set-version.outputs.prefix == 'lantern-installer') && (needs.determine-platform.outputs.platform == 'ios' || needs.determine-platform.outputs.platform == 'all') - with: - app-path: Lantern.ipa - issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }} - api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }} - api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }} + # - name: Upload Lantern to TestFlight + # uses: apple-actions/upload-testflight-build@v1 + # if: (needs.set-version.outputs.prefix == 'lantern-installer-preview'|| needs.set-version.outputs.prefix == 'lantern-installer') && (needs.determine-platform.outputs.platform == 'ios' || needs.determine-platform.outputs.platform == 'all') + # with: + # app-path: Lantern.ipa + # issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }} + # api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }} + # api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }} - name: Upload Android App bundle to Play Store (beta) if: needs.set-version.outputs.prefix == 'lantern-installer-preview' && (needs.determine-platform.outputs.platform == 'android' || needs.determine-platform.outputs.platform == 'all')