Update release.yml

This commit is contained in:
svetlagasheva 2020-01-20 17:40:55 +02:00 committed by GitHub
parent dc3c77ed25
commit 84c9788784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: ${{ github.ref }} GITHUB_REF: ${{ github.ref }}
with: with:
upload_url: "https://uploads.github.com/repos/Stremio/stremio-web/releases/$GITHUB_REF/assets{?name,label}" upload_url: https://uploads.github.com/repos/Stremio/stremio-web/releases/$GITHUB_REF/assets{?name,label}
asset_path: ./stremio-web.zip asset_path: ./stremio-web.zip
asset_name: stremio-web.zip asset_name: stremio-web.zip
asset_content_type: application/zip asset_content_type: application/zip