ci: 优化构建脚本

This commit is contained in:
2025-08-23 04:11:29 +08:00
parent 594bdf15b6
commit b9be8e4b0b
4 changed files with 4 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ jobs:
env:
ORG_GRADLE_PROJECT_MAVEN_AIRGAME_USERNAME: ${{ secrets.MAVEN_AIRGAME_USERNAME }}
ORG_GRADLE_PROJECT_MAVEN_AIRGAME_PASSWORD: ${{ secrets.MAVEN_AIRGAME_PASSWORD }}
run: chmod +x gradlew && ./gradlew build publish --no-daemon
run: chmod +x gradlew && ./gradlew build --console plain --no-daemon
- name: Publish to Release
uses: softprops/action-gh-release@v2
with: