From a7ad9617e0d7fd8ea334c5d5b7dd07ee5478d339 Mon Sep 17 00:00:00 2001 From: Tianpao Date: Tue, 6 Aug 2024 16:55:35 +0000 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BF=87=E5=82=BB=E5=AD=90=E7=BD=91?= =?UTF-8?q?=E7=BB=9C?= 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 c51236da..c6d2730b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -35,8 +35,8 @@ jobs: env: ARCLIGHT_FILES_TOKEN: ${{ secrets.ARCLIGHT_FILES_TOKEN }} run: | - ./gradlew cleanBuild remapSpigotJar idea --no-daemon -i --stacktrace --refresh-dependencies --continue - ./gradlew build collect uploadFiles --no-daemon -i --stacktrace --continue + ./gradlew cleanBuild remapSpigotJar idea --no-daemon -i --stacktrace --refresh-dependencies --continue --offline + ./gradlew build collect uploadFiles --no-daemon -i --stacktrace --continue --offline - name: Upload Artifact uses: actions/upload-artifact@v2 with: