https://github.com/python/cpython/commit/f56da922cb51ec0e4c3242ae1ff145cb1e01d554
commit: f56da922cb51ec0e4c3242ae1ff145cb1e01d554
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: AlexWaygood <[email protected]>
date: 2024-12-11T15:42:17Z
summary:

[3.13] CI: Use bash to properly expand variable (GH-127822) (#127824)

Co-authored-by: Hugo van Kemenade <[email protected]>

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