Skip to content

Commit

Permalink
修复CI的发布模式无效
Browse files Browse the repository at this point in the history
  • Loading branch information
SourLemonJuice committed Jun 17, 2024
1 parent 02c3ca3 commit f06fb8b
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 @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build with make in Linux(Ubuntu)
working-directory: ./source/
run: make i18nglish.out build_host_description="${CI_HOST_INFO} ID:${GITHUB_RUN_ID} for ${GITHUB_REF}" ${Make_releaseBuild_arg}
run: make i18nglish.out build_host_description="${CI_HOST_INFO} ID:${GITHUB_RUN_ID} for ${GITHUB_REF}" ${{ inputs.Make_releaseBuild_arg }}
- name: Upload executable file
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f06fb8b

Please sign in to comment.