From 939d2ac736470a44f71d0b89224c07d1f1d23213 Mon Sep 17 00:00:00 2001 From: ITQ Date: Fri, 22 May 2026 19:45:25 +0300 Subject: [PATCH] ci(): some publishing fixes in CI --- .github/workflows/jellyfin-plugin.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/jellyfin-plugin.yaml b/.github/workflows/jellyfin-plugin.yaml index a809b4a..874d201 100644 --- a/.github/workflows/jellyfin-plugin.yaml +++ b/.github/workflows/jellyfin-plugin.yaml @@ -43,16 +43,12 @@ jobs: plugins/jellyfin/Jellyfin.Plugin.MovieNight/Jellyfin.Plugin.MovieNight.csproj \ -c Release \ --no-restore \ - -o artifacts/jellyfin-plugin/MovieNight - - - name: Set artifact name - id: meta - run: echo "artifact-name=jellyfin-plugin-${{ github.run_id }}-${{ github.run_attempt }}" >> "$GITHUB_OUTPUT" + -o artifacts/MovieNight - name: Upload plugin artifact uses: actions/upload-artifact@v7 with: - name: ${{ steps.meta.outputs.artifact-name }} - path: artifacts/jellyfin-plugin/** + name: MovieNight + path: artifacts/MovieNight/* retention-days: 7 if-no-files-found: error