mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Update release.yml
This commit is contained in:
parent
dd5d4e3407
commit
a2b5e1df57
1 changed files with 0 additions and 7 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -17,13 +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
|
||||
- run: zip -r stremio-web.zip ./dist
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@v1-release
|
||||
|
|
|
|||
Loading…
Reference in a new issue