ci: Add build name to archive root folder

This commit is contained in:
Zach Hilman 2019-10-23 15:23:43 -04:00
parent 6fe89acf0d
commit 5e553a6c26
5 changed files with 15 additions and 10 deletions

View file

@ -5,9 +5,10 @@
REV_NAME="yuzu-windows-mingw-${GITDATE}-${GITREV}"
ARCHIVE_NAME="${REV_NAME}.tar.gz"
COMPRESSION_FLAGS="-czvf"
DIR_NAME="${REV_NAME}_${RELEASE_NAME}"
mkdir "$REV_NAME"
mkdir "$DIR_NAME"
# get around the permission issues
cp -r package/* "$REV_NAME"
cp -r package/* "$DIR_NAME"
. .ci/scripts/common/post-upload.sh