From a3cefc117c0e1aa45af1fc491594cef0e882b9a5 Mon Sep 17 00:00:00 2001 From: JoelBirlingmairBeastCode <31551523+JoelBirlingmairBeastCode@users.noreply.github.com> Date: Wed, 24 Aug 2022 20:25:05 -0500 Subject: [PATCH] Update build-for-windows.yml Try adding path --- .github/workflows/build-for-windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-for-windows.yml b/.github/workflows/build-for-windows.yml index 33a64b48b8..b9cd5031b4 100644 --- a/.github/workflows/build-for-windows.yml +++ b/.github/workflows/build-for-windows.yml @@ -75,6 +75,9 @@ jobs: # - name: Clear CA trust # run: rm -Recursive node_modules/win-ca/pem + - name: add path to msbuild + run: PATH="/c/Program Files/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/":$PATH + - name: Electron Builder run: yarn run electron-builder --publish onTag