CI: Fix bin rename script invocation on Windows

We're using bash here, even on Windows,
so backslashes are escape characters, not path separators.
This commit is contained in:
DeeDeeG 2023-08-16 00:07:07 -04:00
parent 7014976f02
commit e23c70ac98

View File

@ -234,7 +234,7 @@ windows_task:
- sed -i -e "s/[0-9]*-dev/`date -u +%Y%m%d%H`/g" package.json
- npx yarn dist || npx yarn dist || npx yarn dist
rename_binary_script:
- node script\rename.js "Windows"
- node script/rename.js "Windows"
binary_artifacts:
path: .\binaries\*
test_script: