Skip to content

Commit 7898fd1

Browse files
committed
install用
1 parent b8b4b71 commit 7898fd1

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 -x64
48+
- name: Upload artifacts
49+
uses: actions/upload-artifact@v4
50+
with:
51+
name: build-artifacts
52+
path: |
53+
PCbuild/amd64/

0 commit comments

Comments
 (0)