Update build.yml

This commit is contained in:
svetlagasheva 2020-01-17 15:48:32 +02:00 committed by GitHub
parent 097c72bf68
commit cbc6115d76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build
run: yarn install && yarn build
run: |
echo -e "[url \"https://github.com/\"]\n\tinsteadOf = ssh://git@github.com/" > ~/.gitconfig
yarn build
- uses: actions/upload-artifact@v1
with:
name: stremio-web