1 2 3 4 5 6 7 8 9 10 11 12
cd build cpack -G TGZ cpack -G DragNDrop case "$CMAKE_CI_PACKAGE" in dev) ;; *) mkdir -p unsigned mv cmake-*-macos*-universal.* unsigned/ ;; esac