Update default build targets

This commit is contained in:
Aoran Zeng
2025-06-20 22:14:30 +08:00
parent 2ad8c63b59
commit 429fe656b2
6 changed files with 31 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
# Contributors : Nul None <nul@none.org>
# |
# Created On : <2023-09-14>
# Last Modified : <2025-06-19>
# Last Modified : <2025-06-20>
#
# Build chsrc on Windows and upload it to GitHub: the 'pre' release
# ---------------------------------------------------------------
@@ -39,13 +39,15 @@ jobs:
- name: 为 x64 构建
run: |
mingw32-make.exe CI CI_ARTIFACT_NAME=chsrc-x64-windows
mingw32-make.exe build-in-ci-release-mode
mv chsrc-ci-release.exe chsrc-x64-windows.exe
- name: 为 x32 构建
env:
MSYSTEM: MINGW32
run: |
mingw32-make.exe CI CI_ARTIFACT_NAME=chsrc-x86-windows
mingw32-make.exe build-in-ci-release-mode
mv chsrc-ci-release.exe chsrc-x86-windows.exe
- name: List files
run: ls *.exe