From 0f077d963b9346fa3567ea37c512a1fdfd7cfc50 Mon Sep 17 00:00:00 2001 From: Abhishek Jalan Date: Fri, 27 Oct 2023 14:44:18 +0200 Subject: [PATCH] testing windows build WIP2 --- .github/workflows/electron-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 8a9d70dbcb..db37a889dd 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -53,7 +53,7 @@ jobs: - name: Run Script in Git Bash if: startsWith(matrix.os, 'desktop-build') run: | - "C:\Program Files\Git\bin\bash.exe" -c "yarn pack:win" + "C:\Program Files\Git\bin\bash.exe" -c "yarn -i && yarn pack:win" shell: powershell - name: Build/release Electron app