From c9d329b50a35c9bb7c8137d6144a12cdb3f9ac40 Mon Sep 17 00:00:00 2001 From: li-guohao Date: Sun, 26 May 2024 08:54:18 +0800 Subject: [PATCH] fix: ci issue --- .github/workflows/ci_build_jar.yml.bak | 6 +++--- .github/workflows/ci_check.yml | 2 +- CHANGELOG.MD | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_build_jar.yml.bak b/.github/workflows/ci_build_jar.yml.bak index 0d526d7..e34fb9b 100644 --- a/.github/workflows/ci_build_jar.yml.bak +++ b/.github/workflows/ci_build_jar.yml.bak @@ -10,7 +10,7 @@ on: jobs: release: - if: github.repository == 'ikaros-dev/plugin-bgmtv' + if: github.repository == 'ikaros-dev/plugin-alist' name: Build with java 17 and upload runs-on: ubuntu-latest steps: @@ -43,8 +43,8 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.LI_GUOHAO_TOKEN }} - file: /home/runner/work/plugin-starter/plugin-starter/build/libs/plugin-bgmtv-${{steps.get_version.outputs.version}}.jar - asset_name: plugin-bgmtv-${{steps.get_version.outputs.version}}.jar + file: /home/runner/work/plugin-alist/plugin-alist/build/libs/plugin-alist-${{steps.get_version.outputs.version}}.jar + asset_name: plugin-alist-${{steps.get_version.outputs.version}}.jar diff --git a/.github/workflows/ci_check.yml b/.github/workflows/ci_check.yml index 2212b45..89b43f8 100644 --- a/.github/workflows/ci_check.yml +++ b/.github/workflows/ci_check.yml @@ -61,7 +61,7 @@ jobs: # Artifact name name: testBuild # A file, directory or wildcard pattern that describes what to upload - path: /home/runner/work/plugin-starter/plugin-starter/build + path: /home/runner/work/plugin-alist/plugin-alist/build # The desired behavior if no files are found using the provided path. if-no-files-found: warn # Duration after which artifact will expire in days. 0 means using default retention.Minimum 1 day. Maximum 90 days unless changed from the repository settings page. diff --git a/CHANGELOG.MD b/CHANGELOG.MD index ac67d70..85caea4 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -6,7 +6,7 @@ ## 新特性 -- 升级本体API到v0.11.0并适配 +- 升级本体API到v0.12.0并适配