From 3731903bf575f3dca6143eee57bbdbf2bffa2c54 Mon Sep 17 00:00:00 2001 From: QuarkTree Date: Fri, 14 Mar 2025 14:59:37 +0800 Subject: [PATCH] revert 34a2ba2d55fc6437342fe2249642008ce97f391b MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert 更新 .github/workflows/build.yml Mv to mirror --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38fff1b..8fc3827 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-24.04 steps: - name: checkout repository - uses: https://gitea.com/actions/checkout@v4 + uses: actions/checkout@v4 - name: validate gradle wrapper uses: gradle/actions/wrapper-validation@v4 - name: setup jdk - uses: https://gitea.com/actions/setup-java@v4 + uses: actions/setup-java@v4 with: java-version: '21' distribution: 'microsoft' @@ -24,7 +24,7 @@ jobs: - name: build run: ./gradlew build - name: capture build artifacts - uses: https://gitea.com/actions/upload-artifact@v4 + uses: actions/upload-artifact@v4 with: name: Artifacts path: build/libs/ \ No newline at end of file