ci: add beta
This commit is contained in:
parent
276498e179
commit
e7eabfe7d7
|
@ -33,7 +33,7 @@ jobs:
|
||||||
run: dotnet restore ${{ env.project }} --no-cache
|
run: dotnet restore ${{ env.project }} --no-cache
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
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
|
mkdir -p artifacts
|
||||||
cp ./tmp/Jellyfin.Plugin.MetaShark.dll ./artifacts/
|
cp ./tmp/Jellyfin.Plugin.MetaShark.dll ./artifacts/
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
Loading…
Reference in New Issue