1
0
mirror of https://github.com/Lime3DS/Lime3DS.git synced 2025-02-20 03:13:35 +01:00

14 lines
276 B
Bash
Raw Normal View History

#!/bin/bash -ex
. .travis/common/pre-upload.sh
REV_NAME="citra-windows-mingw-${GITDATE}-${GITREV}"
ARCHIVE_NAME="${REV_NAME}.tar.gz"
COMPRESSION_FLAGS="-czvf"
mkdir "$REV_NAME"
# get around the permission issues
cp -r package/* "$REV_NAME"
. .travis/common/post-upload.sh