https://github.com/python/cpython/commit/b2ad7e0a2c1518539d9b0ef83c9f7a09d10fd303
commit: b2ad7e0a2c1518539d9b0ef83c9f7a09d10fd303
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2024-12-11T12:57:51Z
summary:

CI: Use bash to properly expand variable (#127822)

files:
M .github/workflows/reusable-windows-msi.yml

diff --git a/.github/workflows/reusable-windows-msi.yml 
b/.github/workflows/reusable-windows-msi.yml
index d0d53dba0b45d1..a1c45d954247fb 100644
--- a/.github/workflows/reusable-windows-msi.yml
+++ b/.github/workflows/reusable-windows-msi.yml
@@ -24,4 +24,5 @@ jobs:
       with:
         persist-credentials: false
     - name: Build CPython installer
-      run: .\Tools\msi\build.bat --doc -"${ARCH}"
+      run: ./Tools/msi/build.bat --doc -"${ARCH}"
+      shell: bash

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to