Skip to content

Commit

Permalink
Added lot of debug steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Jun 12, 2024
1 parent d9bfa8d commit 0142ef1
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 267 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@ jobs:
- name: Upload application
uses: actions/upload-artifact@v3
with:
name: iOS
path: ${{ github.workspace }}/build/ios/ipa/
retention-days: 1
name: Lantern-IOS
path: ${{ github.workspace }}/build/ios/ipa/Lantern.ipa
retention-days: 2

- name: 'Upload Lantern to TestFlight'
uses: apple-actions/upload-testflight-build@v1
with:
app-path: ${{ github.workspace }}/build/ios/ipa/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
# with:
# app-path: ${{ github.workspace }}/build/ios/ipa/Lantern.ipa
# issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
# api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
# api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
Loading

0 comments on commit 0142ef1

Please sign in to comment.