File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v4
2929
3030 - name : Build iOS
31- uses : callstackincubator/ios@v1
31+ uses : callstackincubator/ios@v2
3232 with :
3333 destination : ' simulator' # or 'device'
3434 scheme : ' YourScheme'
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ runs:
312312
313313 - name : Post Build
314314 if : ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }}
315- uses : callstackincubator/ios/.github/actions/rnef-post-build@feat/remote-cache-command
315+ uses : callstackincubator/ios/.github/actions/rnef-post-build@v2
316316 with :
317317 title : iOS ${{ inputs.configuration }} ${{ inputs.destination == 'simulator' && 'APP for simulators' || 'IPA for physical devices' }}
318318 artifact-url : ${{ steps.upload-artifact.outputs.artifact-url || env.ARTIFACT_URL }}
You can’t perform that action at this time.
0 commit comments