File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed
.github/actions/rock-post-build Expand file tree Collapse file tree 5 files changed +2
-2
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
3030 - name : Build iOS
31- uses : callstackincubator/ios@v2 # replace with latest commit hash
31+ uses : callstackincubator/ios@v3 # replace with latest commit hash
3232 with :
3333 destination : ' simulator' # or 'device'
3434 scheme : ' YourScheme'
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ runs:
357357
358358 - name : Post Build
359359 if : ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }}
360- uses : callstackincubator/ios/.github/actions/rock-post-build@v2
360+ uses : callstackincubator/ios/.github/actions/rock-post-build@v3
361361 with :
362362 title : iOS ${{ inputs.configuration }} ${{ inputs.destination == 'simulator' && 'APP for simulators' || 'IPA for physical devices' }}
363363 artifact-url : ${{ steps.upload-artifact.outputs.artifact-url || env.ARTIFACT_URL }}
You can’t perform that action at this time.
0 commit comments