Skip to content

Commit

Permalink
Updated artifact name to fix issue. #24
Browse files Browse the repository at this point in the history
  • Loading branch information
baynezy committed Dec 1, 2016
1 parent 0dd2460 commit 18da79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
secure: 9EkZYUVbHPWlMZLyUqjY79llLHc6DghntcHAodFfiMyOsIc4pbCNNEMv/lTi0SvJ
artifacts:
- path: \SiteWarmer\SiteWarmer.App\bin\Release\output\SiteWarmer.exe
name: SiteWarmer Assembly
name: SiteWarmerAssembly
deploy:
- provider: NuGet
api_key:
Expand All @@ -24,7 +24,7 @@ deploy:
description: Release $(AssemblyVersion)
auth_token:
secure: 9EkZYUVbHPWlMZLyUqjY79llLHc6DghntcHAodFfiMyOsIc4pbCNNEMv/lTi0SvJ
artifact: SiteWarmer Assembly
artifact: SiteWarmerAssembly
install:
- choco install doxygen.portable
after_test:
Expand Down

0 comments on commit 18da79f

Please sign in to comment.