mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
fix: correct filename (#834)
This commit is contained in:
@@ -96,7 +96,7 @@ if [ "$GITHUB_TOKEN" != "" ]; then
|
|||||||
echo "Building on Linux arm64 because we have no DEB"
|
echo "Building on Linux arm64 because we have no DEB"
|
||||||
export SHOULD_BUILD="yes"
|
export SHOULD_BUILD="yes"
|
||||||
fi
|
fi
|
||||||
if [[ -z $( contains "arm64-$MS_TAG.tar.g" ) ]]; then
|
if [[ -z $( contains "arm64-$MS_TAG.tar.gz" ) ]]; then
|
||||||
echo "Building on Linux arm64 because we have no TAR"
|
echo "Building on Linux arm64 because we have no TAR"
|
||||||
export SHOULD_BUILD="yes"
|
export SHOULD_BUILD="yes"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user