1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-22 10:01:40 +03:00

Update linux.yml

This commit is contained in:
Eugene Pankov 2021-06-19 22:27:25 +02:00
parent 8801574650
commit 6742c77378
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -18,7 +18,7 @@ jobs:
- name: Install deps
run: |
sudo apt-get update
sudo apt-get install bsdtar
sudo apt-get install bsdtar zsh
npm i -g yarn@1.19.1
cd app
yarn
@ -44,7 +44,7 @@ jobs:
USE_HARD_LINKS: false
- name: Build web resources
run: 'tar czf terminus-web.tar.gz (terminus-*|web)/dist'
run: zsh -c 'tar czf terminus-web.tar.gz (terminus-*|web)/dist'
- name: Upload symbols
run: |