From 4d1a91629fce8cce721adb250fdd45e19eed556e Mon Sep 17 00:00:00 2001 From: viarotel Date: Sun, 19 Nov 2023 18:16:25 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=99=BB=EF=B8=8F=20Update=20workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-pages.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/release-pages.yml b/.github/workflows/release-pages.yml index d18c406..ebcd81f 100644 --- a/.github/workflows/release-pages.yml +++ b/.github/workflows/release-pages.yml @@ -27,11 +27,25 @@ jobs: run_install: | args: [] + - name: Upload Artifacts 🔺 + uses: actions/upload-artifact@v1 + with: + name: dist + path: dist + deploy: concurrency: ci-${{ github.ref }} needs: [build] runs-on: ubuntu-latest steps: + - name: Checkout 🛎️ + uses: actions/checkout@v3 + + - name: Download Artifacts 🔻 + uses: actions/download-artifact@v1 + with: + name: dist + - name: Install and Build 🔧 run: | pnpm install