feature/ci #8

Merged
ben merged 5 commits from feature/ci into master 2025-01-21 01:13:50 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ab14b90143 - Show all commits

View file

@ -24,4 +24,4 @@ jobs:
uses: android-actions/setup-android@v3
- name: Build with Gradle
run: ./gradlew composeApp:buildDebug
run: ./gradlew composeApp:buildDebug --no-daemon

View file

@ -23,10 +23,10 @@ jobs:
uses: android-actions/setup-android@v3
- name: Build with Gradle
run: ./gradlew composeApp:buildDebug
run: ./gradlew composeApp:buildDebug --no-daemon
- name: Gradle Release
run: ./gradlew composeApp:debug
run: ./gradlew composeApp:debug --no-daemon
- name: Upload artifacts
uses: actions/upload-artifact@v4