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 a94e20e commit f56da92Copy full SHA for f56da92
.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