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