From c8f1c80574c50f77fa16770df2a179785ae01da0 Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 26 May 2020 23:23:58 -0400 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5a6c7a32..89042dd5 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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