From 935432dcd01d97c85c2b19221225441ebd5e9337 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Tue, 21 Jan 2020 15:58:33 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d42a1a1b0..c0389eca8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,10 +17,6 @@ jobs: run: | echo -e "[url \"https://github.com/\"]\n\tinsteadOf = ssh://git@github.com/" > ~/.gitconfig yarn install && yarn build - - uses: actions/upload-artifact@v1 - with: - name: stremio-web - path: dist - uses: actions/download-artifact@v1 with: name: stremio-web