ci: 优化工作流配置

This commit is contained in:
2025-08-23 04:15:15 +08:00
parent c4c09fcbb5
commit 9f35b1e64d
3 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ jobs:
distribution: temurin
cache: gradle
- name: Build Project
run: chmod +x gradlew && ./gradlew build --no-daemon
run: chmod +x gradlew && ./gradlew build --console plain --no-daemon
- name: Publish to Release
uses: softprops/action-gh-release@v2
with: