Remove LICENSE file copy as this fails

No idea why when it's the same as the main builds, but we also havn't
run those in a while either.
This commit is contained in:
Joshua M. Boniface
2025-07-12 15:23:42 -04:00
parent ec6efe3944
commit 6727b4e9c7
+1 -1
View File
@@ -387,7 +387,7 @@ jobs:
run: |
New-Item -ItemType Directory -Path jellyfin
Expand-Archive -Path 'jellyfin_*-amd64.zip' -DestinationPath jellyfin -Force
Copy-Item ".\Support Files\LICENSE" -Destination $(Resolve-Path .\jellyfin\jellyfin)
#Copy-Item ".\Support Files\LICENSE" -Destination $(Resolve-Path .\jellyfin\jellyfin)
- name: "Add NSSM"
working-directory: ./jellyfin-server-windows