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 8989
9090 - name : Native Fingerprint
9191 id : fingerprint
92- uses : ./ .github/actions/rnef-native-fingerprint
92+ uses : callstackincubator/ios/ .github/actions/rnef-native-fingerprint@fix/release
9393 with :
9494 platform : android
9595 working-directory : ${{ inputs.working-directory }}
@@ -101,7 +101,7 @@ runs:
101101
102102 - name : Find artifact URL
103103 id : find-artifact
104- uses : ./ .github/actions/find-artifact
104+ uses : callstackincubator/ios/ .github/actions/find-artifact@fix/release
105105 with :
106106 name : ${{ env.ARTIFACT_NAME }}
107107 re-sign : ${{ inputs.re-sign }}
@@ -215,7 +215,7 @@ runs:
215215
216216 - name : Post Build
217217 if : ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }}
218- uses : ./ .github/actions/rnef-post-build
218+ uses : callstackincubator/ios/ .github/actions/rnef-post-build@fix/release
219219 with :
220220 title : Android ${{ inputs.variant }} APK for all devices
221221 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