From a4c61f183c4c0e8131f636eef1eb117303dbc064 Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Sun, 25 Aug 2024 11:13:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E9=A1=B9=E7=9B=AE=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E5=88=B0GitHub=20https://github.com/DeerGiteaMirror/Dominion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 7 +------ README.md | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f053657..b245ca3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,16 +16,12 @@ jobs: uses: actions/setup-java@v3 with: java-version: '21' - distribution: 'temurin' + distribution: 'zulu' cache: gradle - name: "Build with Gradle" run: ./gradlew buildPlugin - name: "Copy jar to staging" run: mkdir staging && cp build/libs/*.jar staging/ -# 设置 jobs Maven pom 版本环境变量 - - name: Set Release version env variable - run: | - echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV - name: "Build & test" run: | echo "done!" @@ -34,6 +30,5 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest" prerelease: false - title: "Release ${{ env.RELEASE_VERSION }}" files: | staging/*.jar diff --git a/README.md b/README.md index d505c7a..72bd141 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -### [开源地址](https://ssl.lunadeer.cn:14446/zhangyuheng/Dominion) | [文档地址](https://ssl.lunadeer.cn:14448/doc/23/) +### [开源地址](https://github.com/DeerGiteaMirror/Dominion) | [文档地址](https://ssl.lunadeer.cn:14448/doc/23/) ### [下载页面](https://ssl.lunadeer.cn:14446/zhangyuheng/Dominion/releases)