From 5af044142b69a6d58d5903159f5ef2784082bc0e Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Sat, 5 Mar 2022 15:08:37 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91d4f1a..a281937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,8 +40,8 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v2 with: - name: www - path: www + name: dist + path: dist - name: Set up Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v2 with: @@ -69,8 +69,8 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v2 with: - name: www - path: www + name: dist + path: dist - name: Set up Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v2 with: