From 7ccd3208ec3e2d18d51006a70330a076e3e46fa1 Mon Sep 17 00:00:00 2001 From: Nathanael Jones Date: Sun, 10 Sep 2017 21:36:41 -0600 Subject: [PATCH] AppVeyor: fix --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 645b7e9d6..711291d12 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -151,7 +151,7 @@ test_script: - dotnet build -c Release - dotnet pack -c Release - mkdir .\artifacts\nuget - - xcopy /Y bin\x%BITS%\Release\*.nupkg artifcats\nuget\ + - xcopy /Y bin\%PLATFORM%\Release\*.nupkg artifcats\nuget\ - cd %APPVEYOR_BUILD_FOLDER% - appveyor PushArtifact "%ARTIFACT_NAME%.zip" - sh ./ci/pack_nuget/pack.sh