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

Commit

Permalink
Fixed appveyor artifact path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Mar 26, 2017
1 parent a58df51 commit bbb6edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test: off
artifacts:
- path: build\SharpDX-SDK-*.exe
name: SharpDX SDK
- path: build\*.nupkg
- path: bin\*.nupkg
name: SharpDX Nugets
deploy:
- provider: NuGet
Expand Down

0 comments on commit bbb6edb

Please sign in to comment.