Explorar o código

fix: correct filename (#834)

Baptiste Augrain %!s(int64=3) %!d(string=hai) anos
pai
achega
a6da364b3c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      check_tags.sh

+ 1 - 1
check_tags.sh

@@ -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