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>2020-11-10 13:23:18 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-10 13:23:18 +0300
commit839b0e452531ca72613ec8e6f4792aa74b338cf2 (patch)
tree56c07a0534bda31cea89fb5a6e3b1cec5caabeda /.ci.cmake
parentcef5293772e840152a280b225c2d5b76a3d6eaf3 (diff)
Replace Travis and Appveyor github actions
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 3ab77f4a..9e9594f4 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -53,7 +53,7 @@ if(WIN32)
COMMAND "${CMAKE_COMMAND}" -E copy prebuilt/bin/Release/ntkernel-error-category_dl.dll llfio/prebuilt/bin/Release/
)
checked_execute_process("Tarring up binaries final"
- COMMAND 7z a -tzip llfio-v2.0-binaries-win64.zip llfio\\
+ COMMAND "${CMAKE_COMMAND}" -E tar cfv llfio-v2.0-binaries-win64.zip --format=zip llfio/
)
get_filename_component(toupload llfio-v2.0-binaries-win64.zip ABSOLUTE)
endif()