@@ -301,7 +301,7 @@ jobs:
301301
302302 - name : Rock Remote Build - Android
303303 id : rock-remote-build-android
304- uses : callstackincubator/android@0bbc1b7c2e1a8be1ecb4d6c744c211869823fd65
304+ uses : callstackincubator/android@2177ac62cabe662aa49a2bc6f3154070705dd8f5
305305 env :
306306 GITHUB_TOKEN : ${{ github.token }}
307307 SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
@@ -320,6 +320,7 @@ jobs:
320320 keystore-path : ' ../tools/buildtools/upload-key.keystore'
321321 comment-bot : false
322322 rock-build-extra-params : ' --extra-params -PreactNativeArchitectures=arm64-v8a,x86_64'
323+ custom-ref : ${{ needs.prep.outputs.APP_REF }}
323324
324325 - name : Set artifact URL output
325326 id : set-artifact-url
@@ -414,7 +415,7 @@ jobs:
414415
415416 - name : Rock Remote Build - iOS
416417 id : rock-remote-build-ios
417- uses : callstackincubator/ios@8dcef6cc275e0cf3299f5a97cde5ebd635c887d7
418+ uses : callstackincubator/ios@d638bd25c764655baeeced3232c692f1698cf72b
418419 env :
419420 GITHUB_TOKEN : ${{ github.token }}
420421 SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
@@ -442,6 +443,7 @@ jobs:
442443 }
443444 ]
444445 comment-bot : false
446+ custom-ref : ${{ needs.prep.outputs.APP_REF }}
445447
446448 - name : Set artifact URL output
447449 id : set-artifact-url
0 commit comments