Make upload-mingw-w64-to-github.sh compression format independent

This commit is contained in:
Martchus 2020-01-07 18:31:12 +01:00
parent 96a316525a
commit 6974ed9597
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ do
# determine file path of arch linux package
pkg_name=mingw-w64-$project
pkg_files=("$repo_dir/$pkg_name-$version"-*-*.pkg.tar.xz)
pkg_files=("$repo_dir/$pkg_name-$version"-*-*.pkg.tar.*)
if [[ ${#pkg_files[@]} == 0 ]]; then
echo "no mingw-w64 package for $project/v$version present"
continue