ci: update build_1.21.4.yml
fix an error in a file name
This commit is contained in:
committed by
MrHua269
parent
5af12cd66f
commit
ae32e89dbb
2
.github/workflows/build_1.21.4.yml
vendored
2
.github/workflows/build_1.21.4.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
uses: "actions/upload-artifact@v4"
|
uses: "actions/upload-artifact@v4"
|
||||||
with:
|
with:
|
||||||
name: "${{ env.project_id_b }} CI Artifacts"
|
name: "${{ env.project_id_b }} CI Artifacts"
|
||||||
path: "luminol-server/build/libs/*-paperclip.jar"
|
path: "luminol-server/build/libs/*-paperclip-*-mojmap.jar"
|
||||||
- name: SetENV
|
- name: SetENV
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
run: sh scripts/SetENV.sh
|
run: sh scripts/SetENV.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user