Skip to content

Commit

Permalink
windows CI 没有正确替换发布构建需要的make参数
Browse files Browse the repository at this point in the history
  • Loading branch information
SourLemonJuice committed Jun 17, 2024
1 parent f06fb8b commit 0440f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
update: true
install: make git mingw-w64-ucrt-x86_64-clang
- name: Build with make in Windows(MSYS2)
run: make i18nglish.exe build_host_description="${CI_HOST_INFO} ID:${GITHUB_RUN_ID} for ${GITHUB_REF}" ${Make_releaseBuild_arg}
run: make i18nglish.exe build_host_description="${CI_HOST_INFO} ID:${GITHUB_RUN_ID} for ${GITHUB_REF}" ${{ inputs.Make_releaseBuild_arg }}
- name: Upload executable file(.exe)
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0440f73

Please sign in to comment.