From 88680493c7139858bf257072f6cb1b0fd0ed502d Mon Sep 17 00:00:00 2001 From: Tianpao Date: Tue, 6 Aug 2024 18:30:45 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/gradle.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 7f0b4841..67b70bfa 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: wongxx-x99-ubuntu-latest + runs-on: tus-ubuntu-latest steps: - uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: ARCLIGHT_FILES_TOKEN: ${{ secrets.ARCLIGHT_FILES_TOKEN }} run: | ./gradlew cleanBuild remapSpigotJar idea --no-daemon -i --stacktrace --refresh-dependencies --continue - ./gradlew build --no-daemon -i --stacktrace --continue + ./gradlew build collect --no-daemon -i --stacktrace --continue - name: Upload Artifact uses: actions/upload-artifact@v2 with: