ci: add beta

This commit is contained in:
cxfksword 2023-07-20 22:07:45 +08:00
parent 276498e179
commit e7eabfe7d7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
run: dotnet restore ${{ env.project }} --no-cache
- name: Build
run: |
dotnet publish --nologo --no-restore --configuration=Release --framework=net6.0 --output=tmp -p:Version=${{steps.vars.outputs.VERSION}} ${{ env.project }}
dotnet publish --nologo --no-restore --configuration=Release --framework=net6.0 --output=tmp ${{ env.project }}
mkdir -p artifacts
cp ./tmp/Jellyfin.Plugin.MetaShark.dll ./artifacts/
- name: Upload artifact