mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
Update release.yml
This commit is contained in:
parent
a2b5e1df57
commit
a4e263000b
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -26,3 +26,9 @@ jobs:
|
||||||
asset_name: stremio-web
|
asset_name: stremio-web
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
- run: |
|
||||||
|
curl -H "Content-Type: application/zip" \
|
||||||
|
-H "Authorization: Bearer ${{ secrets.netlify_access_token }}" \
|
||||||
|
--data-binary "@stremio-web.zip" \
|
||||||
|
https://api.netlify.com/api/v1/sites/mysite.netlify.com/deploys
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue