Skip to content

Commit

Permalink
fix: fix ci again * 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MC-XiaoHei authored Jul 22, 2024
1 parent 88ab63d commit 005a894
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
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 mcVersion).jar"
jarName="leaves-$(prop version).jar"
mv build/libs/Lumina-leavesclip-"$(prop version)"-mojmap.jar "$jarName"
echo "jar=$jarName" >> "$GITHUB_ENV"
- name: Upload Artifact
Expand Down
16 changes: 7 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
group = org.leavesmc.lumina
version = 1.20.6-R0.1-SNAPSHOT

foliaRef = d79708296e75ee4f26e78c2925f6e7d4217d0575

org.gradle.caching = true
org.gradle.parallel = true
org.gradle.vfs.watch = false
org.gradle.jvmargs = -Xmx3G
group=org.leavesmc.lumina
version=1.20.6-R0.1-SNAPSHOT
foliaRef=d79708296e75ee4f26e78c2925f6e7d4217d0575
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.vfs.watch=false
org.gradle.jvmargs=-Xmx3G

0 comments on commit 005a894

Please sign in to comment.