Skip to content

Commit 03f0efc

Browse files
author
PEDDLER555
authored
Update build_msi.yml
1 parent 8773554 commit 03f0efc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build_msi.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,10 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646
- name: Build CPython installer
47-
run: .\Tools\msi\build.bat --doc -x64
47+
run: .\Tools\msi\buildrelease.bat --doc -x64
48+
- name: Upload artifacts
49+
uses: actions/upload-artifact@v3
50+
with:
51+
name: build-artifacts
52+
path: |
53+
PCbuild/amd64/

0 commit comments

Comments
 (0)