Update node.js.yml

This commit is contained in:
Preston 2020-05-26 23:23:58 -04:00 committed by GitHub
parent da2ae937a9
commit c8f1c80574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -24,5 +24,13 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
- run: npm ci
- name: Build App
- run: npm run build --if-present
env:
GH_TOKEN: ${{secrets.GH_TOKEN}}
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
path: build/freetube-vue_0.8.0_amd64.deb