From 5500b39ed9452ac8409d5a264b466682683d5fd2 Mon Sep 17 00:00:00 2001 From: Elvea Huang Date: Wed, 13 Dec 2023 12:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8BGtihub=20Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f575753..77c322f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: pnpm run build:git - name: Setup Pages uses: actions/configure-pages@v3 - - name: Upload artifact + - name: Upload Artifact uses: actions/upload-pages-artifact@v2 with: path: './dist'