From 7b971facccbfa8d341680c2f2d5cab011def429c Mon Sep 17 00:00:00 2001 From: ShintoKosei <2081384668@qq.com> Date: Fri, 24 May 2024 14:43:31 +0800 Subject: [PATCH] To Build dev --- .github/workflows/build_1.20.6.yml | 11 ++++++++--- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_1.20.6.yml b/.github/workflows/build_1.20.6.yml index 901e735..5b25b02 100644 --- a/.github/workflows/build_1.20.6.yml +++ b/.github/workflows/build_1.20.6.yml @@ -1,10 +1,10 @@ -name: Luminol CI - ver/1.20.6 +name: [🚨] Luminol CI - dev/1.20.6 on: push: - branches: [ "ver/1.20.6" ] + branches: [ "dev/1.20.6" ] pull_request: - branches: [ "ver/1.20.6" ] + branches: [ "dev/1.20.6" ] permissions: write-all @@ -46,6 +46,11 @@ jobs: tag: ${{ env.tag }} name: ${{ env.project_id_b }} ${{ env.mcversion }} - ${{ env.commit_id }} body: | + > [!CAUTION] + > 🚨You are trying to download experimental construction! + > Do not use these buildings in the production environment, because there may be many errors and problems. + > Please report all the problems you encounter! + 📦Version: `${{ env.mcversion }}` | Commit ${{ env.commit_id }} [![download](https://img.shields.io/github/downloads/LuminolMC/${{ env.project_id }}/${{ env.tag }}/total?color=0&style=flat-square)](https://github.com/LuminolMC/${{ env.project_id }}/download/${{ env.tag }}/${{ env.jar }}) This release is automatically compiled by GitHub Actions ### Commit Message diff --git a/gradle.properties b/gradle.properties index bc027d9..0e35f7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ org.gradle.jvmargs = -Xmx3G mcVersion = 1.20.6 GroupMCV = 1.20 -preVersion = false \ No newline at end of file +preVersion = true \ No newline at end of file