Build actions refactored to separate steps

This commit is contained in:
nklhrstv 2020-03-25 09:55:46 +02:00
parent b3b1a3671a
commit 01449b722c

View file

@ -18,12 +18,14 @@ jobs:
name: Setup Node
with:
registry-url: 'https://npm.pkg.github.com'
- name: Build
run: yarn install && yarn build
- name: Install dependencies
run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: yarn build
- uses: actions/upload-artifact@v1
name: Upload build
name: Upload build artifact
with:
name: stremio-web
path: build