Skip to content

Commit 0fd94bb

Browse files
author
Jos Hickson
committed
Ensure versioning run from correct directory.
1 parent eeded1b commit 0fd94bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
- set PATH=C:\msys64\usr\bin;%PATH%
88

99
build_script:
10-
- bash.exe -lc "./etc/scripts/write_version_targets.sh"
10+
- bash.exe -lc "cd $APPVEYOR_BUILD_FOLDER && ./etc/scripts/write_version_targets.sh"
1111
- ps: .\build.ps1 -VersionAndPublish (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER)
1212

1313
test: off

0 commit comments

Comments
 (0)