v1.8.0 #429
@@ -180,8 +180,8 @@ jobs:
|
|||||||
cd release
|
cd release
|
||||||
|
|
||||||
# Rename x64 tar.gz if it exists
|
# Rename x64 tar.gz if it exists
|
||||||
if [ -f "termix-${VERSION}-x64.tar.gz" ]; then
|
if [ -f "termix-${VERSION}.tar.gz" ]; then
|
||||||
mv "termix-${VERSION}-x64.tar.gz" "termix_linux_x64_${VERSION}_portable.tar.gz"
|
mv "termix-${VERSION}.tar.gz" "termix_linux_x64_${VERSION}_portable.tar.gz"
|
||||||
echo "Renamed x64 tar.gz"
|
echo "Renamed x64 tar.gz"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user