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 b06e0bc commit bc98a90Copy full SHA for bc98a90
.github/workflows/reusable-windows-msi.yml
@@ -31,4 +31,5 @@ jobs:
31
with:
32
persist-credentials: false
33
- name: Build CPython installer
34
- run: ./Tools/msi/build.bat --doc -"${ARCH}"
+ run: ./Tools/msi/build.bat --doc -"%ARCH%"
35
+ shell: cmd
0 commit comments