fix: update Gradle build command in CI workflows #11
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -25,4 +25,4 @@ jobs:
|
||||||
uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew composeApp:buildDebug --no-daemon
|
run: ./gradlew composeApp:build --no-daemon
|
||||||
|
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew composeApp:buildDebug --no-daemon
|
run: ./gradlew composeApp:build --no-daemon
|
||||||
|
|
||||||
- name: Gradle Release
|
- name: Gradle Release
|
||||||
run: ./gradlew composeApp:debug --no-daemon
|
run: ./gradlew composeApp:debug --no-daemon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue