Skip to content

Commit

Permalink
github actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
kookxiang committed Feb 3, 2025
1 parent 69b61b5 commit b7881cc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,10 @@ jobs:
- name: .NET Publish (Emby)
run: dotnet publish --configuration Release --output publish Emby.Plugin.Bangumi
- name: Upload to Release
uses: crowbarmaster/[email protected]
uses: svenstaro/upload-release-action@v2
with:
repo_token: "${{ github.token }}"
automatic_release_tag: ci
tag: ci
prerelease: true
title: 持续集成
body: 最新的代码打包后会自动上传到这里
files: |
publish/Emby.Plugin.Bangumi.dll
publish/Jellyfin.Plugin.Bangumi.dll
overwrite: true
file: publish/*.Plugin.Bangumi.dll

0 comments on commit b7881cc

Please sign in to comment.