ci: 优化工作流配置,提高构建安全性

This commit is contained in:
2025-08-23 04:08:05 +08:00
parent 9ac54fa915
commit d86936a794

View File

@@ -19,8 +19,6 @@ jobs:
cache: gradle cache: gradle
cache-dependency-path: gradle/wrapper/gradle-wrapper.properties cache-dependency-path: gradle/wrapper/gradle-wrapper.properties
- name: Build Project - name: Build Project
env:
ORG_GRADLE_PROJECT_MAVEN_AIRGAME_TOKEN: ${{ secrets.MAVEN_AIRGAME_TOKEN }}
run: chmod +x gradlew && ./gradlew build run: chmod +x gradlew && ./gradlew build
- name: Publish to Release - name: Publish to Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2