From 083ec3a12e34fd60aec4be6cc348a00e28144ec1 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 4 Jul 2025 08:41:38 +0200 Subject: [PATCH] ci(release): remove netlify artifact upload --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 402a84729..72e7c293f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file