mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +00:00
Update release.yml
This commit is contained in:
parent
34339849a1
commit
0a119efa88
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: https://uploads.github.com/repos/Stremio/stremio-web/releases/${{ github.ref }}/assets?name=stremio-web.zip
|
upload_url: https://uploads.github.com/repos/Stremio/stremio-web/releases/${{ github.ref }}/assets{?name=stremio-web.zip}
|
||||||
asset_path: ./stremio-web.zip
|
asset_path: ./stremio-web.zip
|
||||||
asset_name: stremio-web.zip
|
asset_name: stremio-web.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue