ci: add beta
This commit is contained in:
parent
276498e179
commit
e7eabfe7d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue