update ci

This commit is contained in:
ShintoKosei
2024-04-14 09:14:26 +08:00
parent 2d36e9dadd
commit e75615d0f0
2 changed files with 2 additions and 3 deletions

View File

@@ -37,6 +37,8 @@ jobs:
arguments: createReobfBundlerJar createReobfPaperclipJar
- name: SetENV
run: |
echo "project_id=luminol" >> $GITHUB_ENV
echo "project_id_b=Luminol" >> $GITHUB_ENV
sh scripts/SetENV.sh
echo "${{ env.tag }}"
- name: Upload Artifact

View File

@@ -2,9 +2,6 @@ prop() {
grep "${1}" gradle.properties | cut -d'=' -f2 | sed 's/\r//'
}
project_id_b="Luminol"
project_id="luminol"
commitid=$(git log --pretty='%h' -1)
mcversion=$(prop mcVersion)
grdversion=$(prop version)