We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da32cc1 commit 37a17baCopy full SHA for 37a17ba
1 file changed
.github/workflows/publish-windows.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Build bundle
42
run: |
43
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
45
- name: Upload Bundle File
46
uses: actions/upload-artifact@v4
47
with:
0 commit comments