Skip to content

Commit

Permalink
fix: ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
li-guohao committed May 26, 2024
1 parent 48c189c commit c9d329b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_build_jar.yml.bak
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 新特性

- 升级本体API到v0.11.0并适配
- 升级本体API到v0.12.0并适配



Expand Down

0 comments on commit c9d329b

Please sign in to comment.