ci(): some publishing fixes in CI

This commit is contained in:
ITQ
2026-05-22 19:45:25 +03:00
parent 92add56cf7
commit 939d2ac736
+3 -7
View File
@@ -43,16 +43,12 @@ jobs:
plugins/jellyfin/Jellyfin.Plugin.MovieNight/Jellyfin.Plugin.MovieNight.csproj \ plugins/jellyfin/Jellyfin.Plugin.MovieNight/Jellyfin.Plugin.MovieNight.csproj \
-c Release \ -c Release \
--no-restore \ --no-restore \
-o artifacts/jellyfin-plugin/MovieNight -o artifacts/MovieNight
- name: Set artifact name
id: meta
run: echo "artifact-name=jellyfin-plugin-${{ github.run_id }}-${{ github.run_attempt }}" >> "$GITHUB_OUTPUT"
- name: Upload plugin artifact - name: Upload plugin artifact
uses: actions/upload-artifact@v7 uses: actions/upload-artifact@v7
with: with:
name: ${{ steps.meta.outputs.artifact-name }} name: MovieNight
path: artifacts/jellyfin-plugin/** path: artifacts/MovieNight/*
retention-days: 7 retention-days: 7
if-no-files-found: error if-no-files-found: error