Skip to content

Commit d1c017c

Browse files
committed
fix: actions location
1 parent 74b724a commit d1c017c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)