mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
names added in build
This commit is contained in:
parent
2d7a9fa336
commit
40e41a1f96
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -15,12 +15,14 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
name: Checkout
|
||||
- uses: actions/setup-node@v1
|
||||
name: Setup Node
|
||||
with:
|
||||
registry-url: 'https://npm.pkg.github.com'
|
||||
- run: yarn install && yarn build
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/upload-artifact@v1
|
||||
name: Upload build
|
||||
with:
|
||||
name: stremio-web
|
||||
path: build
|
||||
|
|
|
|||
Loading…
Reference in a new issue