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:
- path: bin\$(configuration)\ProcessCpuUsageStatusWindow.*.nupkg
name: Package
- path: Release\**\*
name: Release
- path: .\Releases\**\*
name: Releases
deploy:
- provider: Environment
name: GitHub