Update release workflow

This commit is contained in:
Damontecres 2026-02-23 19:51:20 -05:00
parent 2415b836fb
commit 379fcfcf41
No known key found for this signature in database
2 changed files with 15 additions and 7 deletions

View file

@ -43,7 +43,7 @@ jobs:
- name: Build app
id: buildapp
run: |
./gradlew clean assembleDebug bundleDebugtestDebugUnitTest --no-daemon
./gradlew clean assembleDebug bundleDebug testDebugUnitTest --no-daemon
apks=$(find app/build/outputs \( -name '*.apk' -or -name '*.aab' \) -print0 | tr '\0' ',' | sed 's/,$//')
echo "apks=$apks" >> "$GITHUB_OUTPUT"
- name: Tar build dirs