9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-29 11:59:17 +00:00

Might be fixed

This commit is contained in:
Lumine1909
2025-07-04 17:55:19 -07:00
parent 917b0e2dbd
commit fedf31b019

View File

@@ -34,7 +34,7 @@ jobs:
- name: Move Jar
run: |
prop() {
grep "${1}" gradle.properties | cut -d'=' -f2 | sed 's/\r//'
awk -F= -v key="$1" '$1 == key { val = $2; sub(/[[:space:]]*#.*$/, "", val); gsub(/^[[:space:]]+|[[:space:]]+$/, "", val); print val }' gradle.properties
}
jarName="leaves-$(prop mcVersion).jar"