We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1cf42 commit 6ab26a3Copy full SHA for 6ab26a3
.github/workflows/deploy-apk.yaml
@@ -34,7 +34,7 @@ jobs:
34
run: chmod +x tool/build-apk.sh
35
- name: Install dependencies & Build apk
36
run: tool/build-apk.sh
37
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
38
with:
39
name: release-apk
40
path: ./example/build/app/outputs/apk/release/app-release.apk
0 commit comments