From 6a53c95beb0c9049f74aff7bb764d7765941bdd7 Mon Sep 17 00:00:00 2001 From: wed15 Date: Fri, 19 Jun 2026 09:05:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8e5d7e..7fb76ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,13 +8,13 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: https://gitclone.com/github.com/actions/checkout@v4 + uses: https://github.bibk.top/actions/checkout@v4 - name: Setup XMake - uses: https://gitclone.com/github.com/xmake-io/github-action-setup-xmake@v1 + uses: https://github.bibk.top/xmake-io/github-action-setup-xmake@v1 - name: Cache - uses: https://gitclone.com/github.com/actions/cache@v4 + uses: https://github.bibk.top/actions/cache@v4 with: path: | ~/AppData/Local/.xmake @@ -32,7 +32,7 @@ jobs: run: xmake -v -y - name: Upload Artifact - uses: https://gitclone.com/github.com/actions/upload-artifact@v4 + uses: https://github.bibk.top/actions/upload-artifact@v4 with: name: ${{ github.event.repository.name }}-windows-x64-${{ github.sha }} path: |