mirror of
https://github.com/cxfksword/jellyfin-plugin-danmu.git
synced 2026-02-02 17:59:58 +08:00
ci: fix build error
This commit is contained in:
2
.github/workflows/beta.yaml
vendored
2
.github/workflows/beta.yaml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
mkdir -p artifacts
|
||||
cp ./Jellyfin.Plugin.Danmu/bin/Release/net8.0/Jellyfin.Plugin.Danmu.dll ./artifacts/
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{steps.vars.outputs.APP_NAME}}
|
||||
path: artifacts
|
||||
|
||||
Reference in New Issue
Block a user