File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 98
98
99
99
- name : Native Fingerprint
100
100
id : fingerprint
101
- uses : ./ .github/actions/rnef-native-fingerprint
101
+ uses : callstackincubator/ios/ .github/actions/rnef-native-fingerprint@v1
102
102
with :
103
103
platform : ios
104
104
working-directory : ${{ inputs.working-directory }}
@@ -110,7 +110,7 @@ runs:
110
110
111
111
- name : Find artifact URL
112
112
id : find-artifact
113
- uses : ./ .github/actions/find-artifact
113
+ uses : callstackincubator/ios/ .github/actions/find-artifact@v1
114
114
with :
115
115
name : ${{ env.ARTIFACT_NAME }}
116
116
re-sign : ${{ inputs.re-sign }}
@@ -252,7 +252,7 @@ runs:
252
252
253
253
- name : Post Build
254
254
if : ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }}
255
- uses : ./ .github/actions/rnef-post-build
255
+ uses : callstackincubator/ios/ .github/actions/rnef-post-build@v1
256
256
with :
257
257
title : iOS ${{ inputs.configuration }} ${{ inputs.destination == 'simulator' && 'APP for simulators' || 'IPA for physical devices' }}
258
258
artifact-url : ${{ steps.upload-artifact.outputs.artifact-url || steps.find-artifact.outputs.artifact-url }}
You can’t perform that action at this time.
0 commit comments