fix(workflow): update Gradle build command in Gitea release workflow to use shell execution
All checks were successful
Release Build / build-and-release (push) Successful in 2m34s
All checks were successful
Release Build / build-and-release (push) Successful in 2m34s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build --no-daemon
|
||||
run: sh gradlew build --no-daemon
|
||||
|
||||
- name: Create Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
|
||||
Reference in New Issue
Block a user