Skip to content

Commit

Permalink
build debug apk's in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Sep 10, 2024
1 parent b0d1edb commit 0f11cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
NDK_VERSION="$(grep -E "^de\.felixnuesse\.extract\.ndkVersion=" gradle.properties | cut -d'=' -f2)"
sdkmanager "ndk;${NDK_VERSION}"
- name: Build app
run: ./gradlew assembleOssRelease
run: ./gradlew assembleOssDebug
- name: Upload APK (arm)
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0f11cbf

Please sign in to comment.