diff --git a/.github/workflows/beta.yaml b/.github/workflows/beta.yaml index 6462416..6de21ec 100644 --- a/.github/workflows/beta.yaml +++ b/.github/workflows/beta.yaml @@ -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