Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Dec 15, 2024
1 parent 52763f5 commit 5c61ff0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y ninja-build
echo "Ninja location and version:"
which ninja
ninja --version
echo "Android SDK location:"
echo $ANDROID_SDK_ROOT
echo "NDK location:"
ls -l /usr/local/lib/android/sdk/ndk/
- name: Set permissions for gradlew
run: chmod +x gradlew
Expand Down Expand Up @@ -69,13 +62,13 @@ jobs:
buildToolsVersion: 34.0.0

- name: Upload Debug APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: debug-apk
path: app/build/outputs/apk/debug/app-debug.apk

- name: Upload Release APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-apk
path: ${{steps.sign_app.outputs.signedFile}}
Expand Down

0 comments on commit 5c61ff0

Please sign in to comment.