Skip to content

Commit 5c61ff0

Browse files
authored
Update android.yml
1 parent 52763f5 commit 5c61ff0

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ jobs:
3131
run: |
3232
sudo apt-get update
3333
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/
4134
4235
- name: Set permissions for gradlew
4336
run: chmod +x gradlew
@@ -69,13 +62,13 @@ jobs:
6962
buildToolsVersion: 34.0.0
7063

7164
- name: Upload Debug APK
72-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
7366
with:
7467
name: debug-apk
7568
path: app/build/outputs/apk/debug/app-debug.apk
7669

7770
- name: Upload Release APK
78-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7972
with:
8073
name: release-apk
8174
path: ${{steps.sign_app.outputs.signedFile}}

0 commit comments

Comments
 (0)