From 03f0efc348c8207bfb793548fae5aaab7b3499f3 Mon Sep 17 00:00:00 2001 From: PEDDLER555 <114229889+PEDDLER555@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:48:10 +0900 Subject: [PATCH] Update build_msi.yml --- .github/workflows/build_msi.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml index c9993b75df1bac..e0e3376a775726 100644 --- a/.github/workflows/build_msi.yml +++ b/.github/workflows/build_msi.yml @@ -44,4 +44,10 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build CPython installer - run: .\Tools\msi\build.bat --doc -x64 + run: .\Tools\msi\buildrelease.bat --doc -x64 + - name: Upload artifacts + uses: actions/upload-artifact@v3 + with: + name: build-artifacts + path: | + PCbuild/amd64/