Merge pull request #72 from JPVenson/bugfix/FixWindowsPreviewBuilds
Copy correct licence file
This commit is contained in:
2
.github/workflows/preview-build.yaml
vendored
2
.github/workflows/preview-build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user