ci(release): remove netlify artifact upload
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Tim 2025-07-04 08:41:38 +02:00
parent 4419eeb33f
commit 083ec3a12e

View file

@ -25,10 +25,4 @@ jobs:
file: stremio-web.zip
asset_name: stremio-web.zip
tag: ${{ github.ref }}
overwrite: true
- name: Upload build artifact to Netlify
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/stremio-development.netlify.com/deploys
overwrite: true