Skip to content

Commit

Permalink
fix: fix ci again * 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MC-XiaoHei authored Jul 22, 2024
1 parent 005a894 commit ba1beeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
grep "${1}" gradle.properties | cut -d'=' -f2 | sed 's/\r//'
}
jarName="leaves-$(prop version).jar"
jarName="Lumina-leavesclip-$(prop version)-mojmap.jar"
mv build/libs/Lumina-leavesclip-"$(prop version)"-mojmap.jar "$jarName"
echo "jar=$jarName" >> "$GITHUB_ENV"
- name: Upload Artifact
Expand Down

0 comments on commit ba1beeb

Please sign in to comment.