stremio-web/.github/workflows/build.yml
2020-03-24 15:02:06 +02:00

23 lines
416 B
YAML

name: Build
on:
push:
branches:
- '*'
tags-ignore:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
yarn install && yarn build
- uses: actions/upload-artifact@v1
with:
name: stremio-web
path: build