Get CI working

This commit is contained in:
Damontecres 2025-11-05 17:26:03 -05:00
parent 9a093afd38
commit ce8568b51c
No known key found for this signature in database
7 changed files with 31 additions and 57 deletions

View file

@ -42,11 +42,11 @@ jobs:
- name: Build app
id: buildapp
run: |
./gradlew clean build
./gradlew clean assembleDebug
echo "apk=$(ls app/build/outputs/apk/debug/Wholphin-debug*.apk)" >> "$GITHUB_OUTPUT"
- name: Tar build dirs
run: |
tar -czf build.tgz */build/.
tar -czf build.tgz ./app/.
- uses: actions/upload-artifact@v5
id: upload-build-dirs
with: