Files
Pengfei 412aeaa0d4 Use Github Actions instead of Travis
Moved MSVC to Github Actions as well.
2021-06-27 00:11:09 +08:00

14 lines
224 B
Bash
Executable File

#!/bin/bash -ex
. .ci/common/pre-upload.sh
REV_NAME="threeSD-windows-mingw-${GITNAME}"
mkdir "$REV_NAME"
# get around the permission issues
cp -r package/* "$REV_NAME"
mkdir "$REV_NAME/dist"
. .ci/common/post-upload.sh