From 277ac5450f71ad38a7899dfebfa0e38fa843d685 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Wed, 22 Jan 2020 14:32:01 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d04f2945..9ba7c4070 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,5 +30,5 @@ jobs: 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 + https://api.netlify.com/api/v1/sites/stremio-web.netlify.com/deploys