mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Update release.yml
This commit is contained in:
parent
9beefbb982
commit
036f6d3092
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -21,9 +21,9 @@ jobs:
|
|||
with:
|
||||
name: stremio-web
|
||||
path: dist
|
||||
- uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: stremio-web
|
||||
# - uses: actions/download-artifact@v1
|
||||
# with:
|
||||
# name: stremio-web
|
||||
- run: zip -r stremio-web.zip ./stremio-web
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@v1-release
|
||||
|
|
|
|||
Loading…
Reference in a new issue