From adce8f2e7bccc25751836489d82198f2536a73fb Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 25 Aug 2021 11:25:03 +0200 Subject: [PATCH] =?UTF-8?q?=C3=83CI:=20Fixing=20windows=20unzip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4103e613..3b965c9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: name: kyoo_windows path: artifact - name: Unzip windows files - run: mkdir dist_win && 7z e artifact/kyoo_windows.zip -o dist_win + run: mkdir dist_win && 7z x artifact/kyoo_windows.zip -odist_win - name: Install Inno Setup run: | curl -L https://jrsoftware.org/download.php/is.exe > innosetup.exe