We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf78f8 commit 2ab95fcCopy full SHA for 2ab95fc
.github/workflows/reusable-windows-msi.yml
@@ -25,8 +25,11 @@ jobs:
25
- name: Build CPython installer
26
run: ./Tools/msi/buildrelease.bat -"${ARCH}" -o dist --skip-doc
27
shell: bash
28
+ - name: List files in dist
29
+ run: dir ./PCBuild/dist/
30
+ shell: bash
31
- name: Upload installer artifact
32
uses: actions/upload-artifact@v4
33
with:
34
name: python-msi
- path: ./dist
35
+ path: ./PCBuild/dist/
0 commit comments