From 196eb62f3796f93feac80e4054dfacf0e99cb2d2 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Wed, 8 Mar 2017 09:52:41 -0500 Subject: fix artifact path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5498e3bc0..21bb0ca3c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,4 +21,4 @@ build_script: after_build: - cmd: '.\packages\gitlink\lib\net45\GitLink.exe . -f BouncyCastle.sln -u https://github.com/onovotny/bc-csharp -c Release -s %APPVEYOR_REPO_COMMIT% -errorsaswarnings' - ps: '.\scripts\Sign-Package.ps1' - - ps: 'cmd /c "appveyor PushArtifact Portable.BouncyCastle.*.nupkg";if($lastexitcode -ne 0){$lastexitcode = 0}' \ No newline at end of file + - ps: 'cmd /c "appveyor PushArtifact *.nupkg";if($lastexitcode -ne 0){$lastexitcode = 0}' \ No newline at end of file -- cgit 1.5.1