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

This commit is contained in:
Mr¤KayJayDee
2025-10-23 23:58:32 +02:00
parent aaa562f114
commit 99412b2876

View File

@@ -19,7 +19,7 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build --no-daemon run: sh gradlew build --no-daemon
- name: Create Release - name: Create Release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1