From 95beb7735eb374ff8dda13043af06ef93a184d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o?= Date: Wed, 29 Oct 2025 15:54:32 +0000 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 488e5c5..177f9fd 100644 --- a/action.yml +++ b/action.yml @@ -510,7 +510,7 @@ runs: - name: Post Build if: ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }} - uses: callstackincubator/ios/.github/actions/rock-post-build@v3 + uses: MetaMask/ios/.github/actions/rock-post-build@v3 with: title: iOS ${{ inputs.configuration }} ${{ inputs.destination == 'simulator' && 'APP for simulators' || 'IPA for physical devices' }} artifact-url: ${{ steps.upload-artifact.outputs.artifact-url || env.ARTIFACT_URL }}