From 0b8614fec960ffe7538335d9551e5be9c786706c Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Sat, 23 Aug 2025 04:12:10 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BC=98=E5=8C=96=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 8b849ad..772960e 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -17,12 +17,11 @@ jobs: java-version: 21 distribution: temurin cache: gradle - cache-dependency-path: gradle/wrapper/gradle-wrapper.properties - name: Build Project 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 --console plain --no-daemon + run: chmod +x gradlew && ./gradlew build publish --console plain --no-daemon - name: Publish to Release uses: softprops/action-gh-release@v2 with: