From 76e8398871c2f75bc7313a51fac2fc61f533a06a Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 26 May 2020 23:38:29 -0400 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 414c3f26..99511800 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -19,15 +19,14 @@ jobs: node-version: [12.x] steps: + - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} 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 - - name: Upload a Build Artifact + - name: Upload Ubuntu Artifact uses: actions/upload-artifact@v2 with: path: build/freetube-vue_0.8.0_amd64.deb