Create main.yml

This commit is contained in:
svetlagasheva 2020-01-17 15:40:07 +02:00 committed by GitHub
parent 05b71ed27b
commit 8345bd75be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: yarn build
- uses: actions/upload-artifact@v1
with:
name: stremio-web
path: stremio-web/dist