Skip to content

Commit

Permalink
fix nssm path in ci (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero committed May 17, 2024
1 parent 299639e commit 6fd2959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_meta-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
Invoke-WebRequest 'https://repo.jellyfin.org/releases/other/nssm.zip' -OutFile 'nssm.zip'
Expand-Archive 'nssm.zip'
Copy-Item "nssm.exe" -Destination $(Resolve-Path .\jellyfin\jellyfin)
Copy-Item ".\nssm\nssm.exe" -Destination $(Resolve-Path .\jellyfin\jellyfin)
- name: Publish Tray
run: dotnet publish -c Release -r win-x64 --no-self-contained --output $(Resolve-Path .\jellyfin\jellyfin)
Expand Down

0 comments on commit 6fd2959

Please sign in to comment.