Update build.yml

This commit is contained in:
svetlagasheva 2020-01-22 16:48:26 +02:00 committed by GitHub
parent 5e7475a76c
commit 7a82df4792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,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 install && yarn build
- uses: actions/upload-artifact@v1
with:
name: stremio-web