We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed27ce commit 7a21496Copy full SHA for 7a21496
.github/workflows/publish.yaml
@@ -44,6 +44,7 @@ jobs:
44
dotnet publish --nologo --no-restore --configuration=Release --framework=net6.0 -p:Version=${{steps.vars.outputs.VERSION}} ${{ env.project }}
45
mkdir -p artifacts
46
zip -j ./artifacts/${{ env.artifact }}_${{steps.vars.outputs.VERSION}}.zip ./Jellyfin.Plugin.MetaShark/bin/Release/net6.0/Jellyfin.Plugin.MetaShark.dll
47
+ cp ./doc/logo.png ./artifacts/logo.png
48
- name: Generate manifest
49
run: cd artifacts && python3 ../generate_manifest.py ${{ env.artifact }}_${{steps.vars.outputs.VERSION}}.zip ${GITHUB_REF#refs/*/}
50
- name: Deploy to jellyfin release repo
0 commit comments