Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit 1132ec4

Browse files
committed
Fixed artifact path for NuGet Packages
1 parent c136e9d commit 1132ec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test: off
2525
artifacts:
2626
- path: build\SharpDX-SDK-*.exe
2727
name: SharpDX SDK
28-
- path: build\Packages\*.nupkg
28+
- path: build\*.nupkg
2929
name: SharpDX Nugets
3030
deploy:
3131
- provider: NuGet

0 commit comments

Comments
 (0)