summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2017-03-08 09:52:41 -0500
committerOren Novotny <oren@novotny.org>2017-03-08 09:52:41 -0500
commit196eb62f3796f93feac80e4054dfacf0e99cb2d2 (patch)
tree1b2b859f095da19ae68dd52c69e41abae7548d43
parentonly pack package (diff)
downloadBouncyCastle.NET-ed25519-196eb62f3796f93feac80e4054dfacf0e99cb2d2.tar.xz
fix artifact path
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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