mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-05 08:39:04 +00:00
Updates to the deploy scripts
Only push 7z files (to reduce confusion) Use tag name when possible
This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
|
||||
. .travis/common/pre-upload.sh
|
||||
|
||||
REV_NAME="threeSD-linux-${GITDATE}-${GITREV}"
|
||||
# Find out what release we are building
|
||||
if [ -z $TRAVIS_TAG ]; then
|
||||
REV_NAME="threeSD-linux-${GITDATE}-${GITREV}"
|
||||
else
|
||||
REV_NAME="threeSD-linux-${TRAVIS_TAG}"
|
||||
fi
|
||||
|
||||
ARCHIVE_NAME="${REV_NAME}.tar.xz"
|
||||
COMPRESSION_FLAGS="-cJvf"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user