Skip to content

Commit

Permalink
修改ci描述
Browse files Browse the repository at this point in the history
  • Loading branch information
SourLemonJuice committed Jun 15, 2024
1 parent 326d283 commit 0418895
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 @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build with make
run: make --directory="./source/" build_host_description="${CI_HOST_INFO} ID:${GITHUB_RUN_ID} for ${GITHUB_REF_NAME}"
run: make --directory="./source/" build_host_description="${CI_HOST_INFO} ID:${GITHUB_RUN_ID} for ${GITHUB_REF}"
- name: Upload executable file
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0418895

Please sign in to comment.