fix: update Gradle build command in CI workflows #11

Merged
ben merged 1 commit from fix/no-artifacts-will-be-uploaded into master 2025-01-21 10:16:53 +00:00

1 commit

Author SHA1 Message Date
79766dc16f
fix: update Gradle build command in CI workflows
All checks were successful
Build / build (pull_request) Successful in 5m43s
This commit updates the CI build and release workflows by changing the Gradle build command from `composeApp:buildDebug` to `composeApp:build`.
This change affects the `build.yaml` and `release.yaml` files.
-  the Gradle build command is updated to use `composeApp:build` instead of `composeApp:buildDebug`
2025-01-21 10:07:38 +00:00