Fix CI command: clean check assembleRelease

This commit is contained in:
pynicolas
2025-06-05 20:51:45 +02:00
parent 1ea7e25d58
commit e9f5ec2cf0

View File

@@ -31,4 +31,4 @@ jobs:
${{ runner.os }}-gradle-
- name: Build Debug APK
run: ./gradlew assembleDebug --no-daemon
run: ./gradlew clean check assembleRelease --no-daemon