We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12204e2 commit f57be28Copy full SHA for f57be28
appveyor.yml
@@ -332,8 +332,10 @@ build_script:
332
}
333
334
335
+ & cd $env:APPVEYOR_BUILD_FOLDER > $null
336
+
337
before_deploy:
- - ps: $env:APPVEYOR_BUILD_FOLDER\generate-change-log.ps1
338
+ - ps: .\generate-change-log.ps1
339
340
# requires APPVEYOR_DISCORD_WEBHOOK_URL enviroment variable set with Discord webhook URL
341
on_failure:
0 commit comments