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 28
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
- name : Build iOS
31
- uses : callstackincubator/ios@v2 # replace with latest commit hash
31
+ uses : callstackincubator/ios@v3 # replace with latest commit hash
32
32
with :
33
33
destination : ' simulator' # or 'device'
34
34
scheme : ' YourScheme'
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ runs:
357
357
358
358
- name : Post Build
359
359
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
361
361
with :
362
362
title : iOS ${{ inputs.configuration }} ${{ inputs.destination == 'simulator' && 'APP for simulators' || 'IPA for physical devices' }}
363
363
artifact-url : ${{ steps.upload-artifact.outputs.artifact-url || env.ARTIFACT_URL }}
You can’t perform that action at this time.
0 commit comments