Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-03 11:07:27 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-03 11:07:27 +0300
commit72b5604e2f85070f5a1074ff84c8deffdf9bfe40 (patch)
tree548fa45451b55cb5e2e4d6fd23b5321031d64f27 /.ci.cmake
parent3941695423c4d9de44edb8a0304b63c2210ac23d (diff)
upd
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 9bf523a8..cc37adb4 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -38,7 +38,7 @@ if(WIN32)
RESULT_VARIABLE retval
)
message(STATUS "Tarring up binaries returned with status ${retval}")
- execute_process(COMMAND dir /N)
+ execute_process(COMMAND dir . /N)
ctest_upload(FILES afio_v2_binaries_win64.tar.gz)
endif()
else()