diff --git a/appveyor.yml b/appveyor.yml index 76499590..5ade0d3d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ build_script: - bash -lc "cd $APPVEYOR_BUILD_FOLDER; make INSTALL_ROOT=appdir install" # Print contents - - bash -lc "ls src/maven/appdir/bin/" + - bash -lc "cd $APPVEYOR_BUILD_FOLDER; ls src/maven/appdir/bin/" after_build: @@ -42,11 +42,13 @@ after_build: #- src\maven\get_version.bat > version.txt #- SET /p VERSION=