fix: correct filename (#834)

This commit is contained in:
Baptiste Augrain
2021-09-10 09:49:32 +02:00
committed by GitHub
parent a8964122dc
commit a6da364b3c

View File

@@ -96,7 +96,7 @@ if [ "$GITHUB_TOKEN" != "" ]; then
echo "Building on Linux arm64 because we have no DEB"
export SHOULD_BUILD="yes"
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"
export SHOULD_BUILD="yes"
fi