Skip to content
Closed

<spam> #128048

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/build_msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Loading