ci: update build flavor name in CI to fix failing build

This commit is contained in:
Nishant Mishra
2025-10-26 08:23:40 +05:30
parent 9c6282e105
commit fcab066fab

View File

@@ -19,10 +19,10 @@ jobs:
run: chmod +x gradlew
- name: Build debug APK with Gradle
run: ./gradlew assembleDebug
run: ./gradlew assembleFossDebug
- name: Run tests
run: ./gradlew testDebugUnitTest
run: ./gradlew testFossDebugUnitTest
- name: Upload debug APK artifact
uses: actions/upload-artifact@v5