From 6742c773782f90b62e39432fb2dcf31386df8740 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 19 Jun 2021 22:27:25 +0200 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index aad0cd48..16510e00 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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: |