mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 09:42:13 +00:00
Update and rename main.yml to build.yml
This commit is contained in:
parent
8345bd75be
commit
ce2cb0af81
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: yarn build
|
||||
run: yarn add webpack --dev && yarn build
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: stremio-web
|
||||
Loading…
Reference in a new issue