From dd5d4e3407c188698ba87dbe3aec17dbe48e9a41 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Wed, 22 Jan 2020 12:26:48 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d456b4b9..ebc79d457 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,14 +17,14 @@ 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/upload-artifact@v1 +# with: +# name: stremio-web +# path: dist # - uses: actions/download-artifact@v1 # with: # name: stremio-web - - run: zip -r stremio-web.zip ./stremio-web + - run: zip -r stremio-web.zip ./dist - name: Upload binaries to release uses: svenstaro/upload-release-action@v1-release with: