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 52763f5 commit 5c61ff0Copy full SHA for 5c61ff0
.github/workflows/android.yml
@@ -31,13 +31,6 @@ jobs:
31
run: |
32
sudo apt-get update
33
sudo apt-get install -y ninja-build
34
- echo "Ninja location and version:"
35
- which ninja
36
- ninja --version
37
- echo "Android SDK location:"
38
- echo $ANDROID_SDK_ROOT
39
- echo "NDK location:"
40
- ls -l /usr/local/lib/android/sdk/ndk/
41
42
- name: Set permissions for gradlew
43
run: chmod +x gradlew
@@ -69,13 +62,13 @@ jobs:
69
62
buildToolsVersion: 34.0.0
70
63
71
64
- name: Upload Debug APK
72
- uses: actions/upload-artifact@v3
65
+ uses: actions/upload-artifact@v4
73
66
with:
74
67
name: debug-apk
75
68
path: app/build/outputs/apk/debug/app-debug.apk
76
77
- name: Upload Release APK
78
79
80
name: release-apk
81
path: ${{steps.sign_app.outputs.signedFile}}
0 commit comments