diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e16e181..59e236a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,9 +54,9 @@ uptool: cd .. mkdir nugets dotnet nuget push -h - cp $(Get-Item $(Resolve-Path Misc\*.nupkg).Path).Name nugets - cp $(Get-Item $(Resolve-Path W32\*.nupkg).Path).Name nugets - cp $(Get-Item $(Resolve-Path Commandline\*.nupkg).Path).Name nugets + cp .\Misc\*.nupkg .\nugets\ + cp .\W32\*.nupkg .\nugets\ + cp .\Commandline\*.nupkg .\nugets\ artifacts: paths: - package.zip