Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce76b54 commit b2ad7e0Copy full SHA for b2ad7e0
1 file changed
.github/workflows/reusable-windows-msi.yml
@@ -24,4 +24,5 @@ jobs:
24
with:
25
persist-credentials: false
26
- name: Build CPython installer
27
- run: .\Tools\msi\build.bat --doc -"${ARCH}"
+ run: ./Tools/msi/build.bat --doc -"${ARCH}"
28
+ shell: bash
0 commit comments