fix: linux not uploading x64
This commit is contained in:
4
.github/workflows/electron.yml
vendored
4
.github/workflows/electron.yml
vendored
@@ -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