From 83b92f5dfe1b6132ed2b5c16dfc57b5e1a31aed1 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke Date: Tue, 7 May 2024 00:09:15 +0200 Subject: [PATCH] Fix paths and version --- .github/workflows/build.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 552beba..afc17f3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Get release version - id: currenttag + id: newtag uses: "WyriHaximus/github-action-get-previous-tag@v1" - name: Setup .Net @@ -27,15 +27,13 @@ jobs: with: dotnet-version: 6.0.x - - name: Restore Nuget Packages - run: dotnet restore Jellyfin.Plugin.TubeArchivistMetadata/Jellyfin.Plugin.TubeArchivistMetadata.csproj - - name: Build Jellyfin Plugin uses: oddstr13/jellyfin-plugin-repository-manager@843260fcdfda7cba229c5abd77bdd9c6fc4e850b # v1.1.0 id: jprm with: dotnet-target: net6.0 - path: Jellyfin.Plugin.TubeArchivistMetadata/ + version: ${{ steps.newtag.outputs.tag }} + - name: Upload Release uses: svenstaro/upload-release-action@v2