Copy paste error

This commit is contained in:
Damontecres 2025-11-16 18:10:19 -05:00
parent 7984cdf570
commit e09816233a
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -44,6 +44,7 @@ jobs:
run: |
./gradlew clean assembleDebug
apks=$(find app/build/outputs/apk -name '*.apk' -print0 | tr '\0' ',' | sed 's/,$//')
echo "apks=$apks" >> "$GITHUB_OUTPUT"
- name: Tar build dirs
run: |
tar -czf build.tgz ./app/.