Update ci.yml

This commit is contained in:
Kenny 2022-03-05 15:08:37 -05:00 committed by GitHub
parent f26ddc57b9
commit 5af044142b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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: