0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-25 12:45:17 +00:00

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

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: