mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-02 16:49:04 +00:00
412aeaa0d4
Moved MSVC to Github Actions as well.
13 lines
186 B
Bash
Executable File
13 lines
186 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
. .ci/common/pre-upload.sh
|
|
|
|
REV_NAME="threeSD-linux-${GITNAME}"
|
|
|
|
mkdir "$REV_NAME"
|
|
cp build/bin/threeSD "$REV_NAME"
|
|
|
|
mkdir "$REV_NAME/dist"
|
|
|
|
. .ci/common/post-upload.sh
|