Skip to content

Commit

Permalink
run the install command in cmd not powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
jivey committed Feb 18, 2025
1 parent ee2652b commit 09f5b72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
venv-pywebview\\Scripts\\activate
bun run build
- name: Windows - Sign artifact
if: matrix.os == 'windows-latest'
uses: azure/[email protected]
Expand All @@ -72,7 +73,7 @@ jobs:
- name: Windows - Create Installer
if: matrix.os == 'windows-latest'
run: |
"C:\Program Files (x86)\NSIS\makensis.exe" installer.nsi
& "C:\Program Files (x86)\NSIS\makensis.exe" installer.nsi
- name: Windows - Sign Installer
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 09f5b72

Please sign in to comment.