mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
build workflow uses upload artivact v2
This commit is contained in:
parent
a757de420d
commit
0f555fff2c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Build
|
||||
run: npm run build
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: stremio-web
|
||||
path: build
|
||||
|
|
|
|||
Loading…
Reference in a new issue