From 5dfcd306f512feec64d0b566e1f1685294208b0c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 16 Feb 2025 21:00:52 -0500 Subject: [PATCH] Remove unnecessary cd --- .github/workflows/release-build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 689e844..4fbd6d5 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -478,9 +478,8 @@ jobs: makensis /Dx64 /DUXPATH=$(Resolve-Path .\jellyfin-ux) $(Join-Path -Path $(Resolve-Path .\nsis) -ChildPath jellyfin.nsi) - name: "Rename installer" - working-directory: ./jellyfin-server-windows + working-directory: ./jellyfin-server-windows/nsis run: | - cd .\nsis Rename-Item -Path .\jellyfin_*_windows-x64.exe -NewName ("jellyfin_${{ env.JELLYFIN_VERSION }}_windows-x64.exe") - name: "Store artifact for next stage"