mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +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
|
||||
tag: ${{ github.ref }}
|
||||
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