Change CI build name

This commit is contained in:
Aoran Zeng
2024-05-25 01:11:16 +08:00
parent 8b2cc352fd
commit d686f3c67e
6 changed files with 7 additions and 7 deletions

View File

@@ -31,13 +31,13 @@ jobs:
- name: Compile chsrc x64
run: |
mingw32-make.exe CI CI_BUILD_NAME=chsrc-x64-windows
mingw32-make.exe CI CI_Build_Name=chsrc-x64-windows
- name: Compile chsrc x86
env:
MSYSTEM: MINGW32
run: |
mingw32-make.exe CI CI_BUILD_NAME=chsrc-x86-windows
mingw32-make.exe CI CI_Build_Name=chsrc-x86-windows
- name: List files
run: ls *.exe