From 637f3d25c36abcbce4841aa85e51ca23c060a08b Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Mon, 20 Jan 2020 12:53:51 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b77d5a71..ab695c381 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: path: dist - name: Create Release id: create-release - uses: actions/create-release@v1.0.0 + uses: actions/create-release@v1.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -26,13 +26,3 @@ jobs: release_name: Release ${{ github.ref }} draft: false prerelease: false - - name: Upload Release Asset - id: upload-release-asset - uses: actions/upload-release-asset@v1.0.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./stremio-web.zip - asset_name: stremio-web.zip - asset_content_type: application/zip