Skip to content

Commit f57be28

Browse files
authored
Update appveyor.yml
- Fix call to changelog generator
1 parent 12204e2 commit f57be28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,10 @@ build_script:
332332
}
333333
}
334334
335+
& cd $env:APPVEYOR_BUILD_FOLDER > $null
336+
335337
before_deploy:
336-
- ps: $env:APPVEYOR_BUILD_FOLDER\generate-change-log.ps1
338+
- ps: .\generate-change-log.ps1
337339

338340
# requires APPVEYOR_DISCORD_WEBHOOK_URL enviroment variable set with Discord webhook URL
339341
on_failure:

0 commit comments

Comments
 (0)