Skip to content

Commit

Permalink
Disable iOS releases temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Nov 7, 2024
1 parent b2e0d24 commit 6a672c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
target: aab
- os: ubuntu-latest
platform: linux
- os: macos-latest
platform: ios
# - os: macos-latest
# platform: ios
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,19 +141,19 @@ jobs:
with:
name: android-aab-build

- name: Download the IPA
uses: actions/download-artifact@v4
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: Download the IPA
# uses: actions/download-artifact@v4
# 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 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')
Expand Down

0 comments on commit 6a672c4

Please sign in to comment.