This commit is contained in:
Sudo-Ivan
2025-05-29 16:07:16 -05:00
parent 85526c6e34
commit d3c8bd130f

View File

@@ -57,7 +57,7 @@ jobs:
poetry install --without dev
- name: Build Android APK
run: poetry run flet build android
run: poetry run flet build apk
- name: Upload APK artifact
uses: actions/upload-artifact@v4