From e4d5a4148e8afce504cf685379ba7f577d6e6015 Mon Sep 17 00:00:00 2001 From: Abhishek Jalan Date: Fri, 27 Oct 2023 14:32:47 +0200 Subject: [PATCH] testing windows build --- .github/workflows/electron-build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 1b8e56e33e..5a8fa9c3ad 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -50,7 +50,14 @@ jobs: mkdir -p ~/private_keys/ echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8 + - name: Run Script in Git Bash + if: startsWith(matrix.os, 'desktop-build') + run: | + "C:\Program Files\Git\bin\bash.exe" -c "yarn pack:win" + shell: bash + - name: Build/release Electron app + if: startsWith(matrix.os, 'macos') uses: samuelmeuli/action-electron-builder@v1 env: # macOS notarization API key