Fix artifact path for Squirrel releases

This commit is contained in:
2018-02-22 10:55:53 -05:00
parent e560791f91
commit abfbece8cb

View File

@@ -22,8 +22,8 @@ after_build:
artifacts: artifacts:
- path: bin\$(configuration)\ProcessCpuUsageStatusWindow.*.nupkg - path: bin\$(configuration)\ProcessCpuUsageStatusWindow.*.nupkg
name: Package name: Package
- path: Release\**\* - path: .\Releases\**\*
name: Release name: Releases
deploy: deploy:
- provider: Environment - provider: Environment
name: GitHub name: GitHub