We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4019929 commit a81aa7aCopy full SHA for a81aa7a
2 files changed
README.md
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
31
- name: Build Android
32
- uses: callstackincubator/android@v1
+ uses: callstackincubator/android@v2
33
with:
34
variant: 'debug' # or else
35
github-token: ${{ secrets.GITHUB_TOKEN }}
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
277
title: Android ${{ inputs.variant }} APK for all devices
278
artifact-url: ${{ steps.upload-artifact.outputs.artifact-url || env.ARTIFACT_URL }}
0 commit comments