fix: linux not uploading x64

This commit is contained in:
bugattiguy527
2025-10-29 23:51:04 -05:00
parent f37fce4f92
commit d86c404972

View File

@@ -180,8 +180,8 @@ jobs:
cd release
# Rename x64 tar.gz if it exists
if [ -f "termix-${VERSION}-x64.tar.gz" ]; then
mv "termix-${VERSION}-x64.tar.gz" "termix_linux_x64_${VERSION}_portable.tar.gz"
if [ -f "termix-${VERSION}.tar.gz" ]; then
mv "termix-${VERSION}.tar.gz" "termix_linux_x64_${VERSION}_portable.tar.gz"
echo "Renamed x64 tar.gz"
fi