diff --git a/Jenkinsfile b/Jenkinsfile index 932c13e..3d40fc7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -120,8 +120,7 @@ pipeline { } New-Item -Path . -Name "artifacts" -ItemType Directory -Force Copy-Item -Path ./FOR_RELEASE/* -Destination ./artifacts -Recurse - Copy-Item -Path ./*.txt -Destination ./artifacts/GameData/UmbraSpaceIndustries/Kontainers - Copy-Item -Path ./*.txt -Destination ./artifacts/GameData/UmbraSpaceIndustries/ReactorPack + Copy-Item -Path ./*.txt -Destination ./artifacts Write-Output "Pulling in cached dependencies..." $DriveRoot = Split-Path -Path $env:WORKSPACE -Qualifier