Skip to content

Commit 2ab95fc

Browse files
committed
Minor fix
1 parent 8cf78f8 commit 2ab95fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable-windows-msi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
- name: Build CPython installer
2626
run: ./Tools/msi/buildrelease.bat -"${ARCH}" -o dist --skip-doc
2727
shell: bash
28+
- name: List files in dist
29+
run: dir ./PCBuild/dist/
30+
shell: bash
2831
- name: Upload installer artifact
2932
uses: actions/upload-artifact@v4
3033
with:
3134
name: python-msi
32-
path: ./dist
35+
path: ./PCBuild/dist/

0 commit comments

Comments
 (0)