mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Update release.yml
This commit is contained in:
parent
036f6d3092
commit
dd5d4e3407
1 changed files with 5 additions and 5 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
|
@ -17,14 +17,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo -e "[url \"https://github.com/\"]\n\tinsteadOf = ssh://git@github.com/" > ~/.gitconfig
|
echo -e "[url \"https://github.com/\"]\n\tinsteadOf = ssh://git@github.com/" > ~/.gitconfig
|
||||||
yarn install && yarn build
|
yarn install && yarn build
|
||||||
- uses: actions/upload-artifact@v1
|
# - uses: actions/upload-artifact@v1
|
||||||
with:
|
# with:
|
||||||
name: stremio-web
|
# name: stremio-web
|
||||||
path: dist
|
# path: dist
|
||||||
# - uses: actions/download-artifact@v1
|
# - uses: actions/download-artifact@v1
|
||||||
# with:
|
# with:
|
||||||
# name: stremio-web
|
# name: stremio-web
|
||||||
- run: zip -r stremio-web.zip ./stremio-web
|
- run: zip -r stremio-web.zip ./dist
|
||||||
- name: Upload binaries to release
|
- name: Upload binaries to release
|
||||||
uses: svenstaro/upload-release-action@v1-release
|
uses: svenstaro/upload-release-action@v1-release
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue