1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix path env editing for powershell syntax

This commit is contained in:
JoelTrain 2022-08-26 11:01:55 -05:00
parent a766ea6107
commit e6df67dc1e
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

@ -89,7 +89,7 @@ jobs:
# 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
run: $env:Path += ";/c/Program Files/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/"
- name: Electron Builder
run: yarn run electron-builder --publish onTag