We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4019929 commit 098431dCopy full SHA for 098431d
action.yml
@@ -272,7 +272,7 @@ runs:
272
273
- name: Post Build
274
if: ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }}
275
- uses: callstackincubator/android/.github/actions/rnef-post-build@feat/remote-cache-command
+ uses: callstackincubator/android/.github/actions/rnef-post-build@v2
276
with:
277
title: Android ${{ inputs.variant }} APK for all devices
278
artifact-url: ${{ steps.upload-artifact.outputs.artifact-url || env.ARTIFACT_URL }}
0 commit comments