ci(): some publishing fixes in CI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user