Revert "ci: Add build name to archive root folder"

This reverts commit 9e3720dca9.
This commit is contained in:
James Rowe 2019-10-24 12:46:15 -06:00
parent 801c9a76ce
commit ff705cc851
5 changed files with 10 additions and 15 deletions

View file

@ -5,11 +5,10 @@
REV_NAME="yuzu-linux-${GITDATE}-${GITREV}"
ARCHIVE_NAME="${REV_NAME}.tar.xz"
COMPRESSION_FLAGS="-cJvf"
DIR_NAME="${REV_NAME}_${RELEASE_NAME}"
mkdir "$DIR_NAME"
mkdir "$REV_NAME"
cp build/bin/yuzu-cmd "$DIR_NAME"
cp build/bin/yuzu "$DIR_NAME"
cp build/bin/yuzu-cmd "$REV_NAME"
cp build/bin/yuzu "$REV_NAME"
. .ci/scripts/common/post-upload.sh