Fix build name in CI

This commit is contained in:
Aoran Zeng
2023-09-14 21:31:40 +08:00
parent 01fef6b6bf
commit f8ed5820da
2 changed files with 8 additions and 3 deletions

View File

@@ -31,13 +31,13 @@ jobs:
- name: Compile chsrc x64
run: |
mingw32-make.exe 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 BUILD_NAME=chsrc-x86-windows
mingw32-make.exe CI CI_BUILD_NAME=chsrc-x86-windows
- name: List files
run: ls *.exe