File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -175,14 +175,14 @@ jobs:
175
175
with :
176
176
name : Lantern.ipa
177
177
178
- - name : Upload Lantern to TestFlight
179
- uses : apple-actions/upload-testflight-build@v1
180
- 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')
181
- with :
182
- app-path : Lantern.ipa
183
- issuer-id : ${{ secrets.APPSTORE_ISSUER_ID }}
184
- api-key-id : ${{ secrets.APPSTORE_API_KEY_ID }}
185
- api-private-key : ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
178
+ # - name: Upload Lantern to TestFlight
179
+ # uses: apple-actions/upload-testflight-build@v1
180
+ # 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')
181
+ # with:
182
+ # app-path: Lantern.ipa
183
+ # issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
184
+ # api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
185
+ # api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
186
186
187
187
- name : Upload Android App bundle to Play Store (beta)
188
188
if : needs.set-version.outputs.prefix == 'lantern-installer-preview' && (needs.determine-platform.outputs.platform == 'android' || needs.determine-platform.outputs.platform == 'all')
You can’t perform that action at this time.
0 commit comments