Skip to content

Commit

Permalink
fix(appveyor): artifacts will be in a sub dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcnance committed Mar 14, 2017
1 parent 49feb55 commit bb6859a
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 @@ -13,7 +13,7 @@ build_script:
- ps: .\Build.ps1
test: off
artifacts:
- path: .\artifacts\**\*.nupkg
- path: .\**\artifacts\**\*.nupkg
name: NuGet
deploy:
- provider: NuGet
Expand Down

0 comments on commit bb6859a

Please sign in to comment.