From 47e6a9722dde63ad14675f1144834a09b0c4d675 Mon Sep 17 00:00:00 2001 From: Abhishek Jalan Date: Fri, 27 Oct 2023 17:05:23 +0200 Subject: [PATCH] testing windows build WIP6 --- .github/workflows/electron-build.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index f0d8aa35eb..de8364906f 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -50,14 +50,18 @@ jobs: mkdir -p ~/private_keys/ echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8 - - name: Run pack:win - if: startsWith(matrix.os, 'desktop-build') - run: | - nvm use v18.16.1 - npm install --global yarn - yarn -i - yarn pack:win + - name: Display the path shell: bash + run: echo $PATH + + # - name: Run pack:win + # if: startsWith(matrix.os, 'desktop-build') + # run: | + # nvm use v18.16.1 + # npm install --global yarn + # yarn -i + # yarn pack:win + # shell: bash - name: Build/release Electron app if: startsWith(matrix.os, 'macos')