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