Skip to content

Commit 37a17ba

Browse files
committed
Specify cmd as shell
1 parent da32cc1 commit 37a17ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Build bundle
4242
run: |
4343
npm run winbundle -- --signtool-path "C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe" --azure-signing-metadata "%RUNNER_TEMP%\metadata.json"
44+
shell: cmd
4445
- name: Upload Bundle File
4546
uses: actions/upload-artifact@v4
4647
with:

0 commit comments

Comments
 (0)