Fix github action build

This commit is contained in:
cxfksword
2022-10-11 16:07:47 +08:00
parent 5c31f5c32f
commit 4cb39ddc37
2 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ env:
python-version: 3.8
project: Jellyfin.Plugin.Danmu/Jellyfin.Plugin.Danmu.csproj
branch: main
artifact: danmu
jobs:
build:
@@ -35,7 +36,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./artifacts/danmu_*.zip
file: ./artifacts/${{ env.artifact }}_*.zip
tag: ${{ github.ref }}
file_glob: true
- name: Update manifest