diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 72eb5cb..5c39d7e 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -95,6 +95,8 @@ rm -rf $tempdir # Get extension if [[ $filename == *.tar.gz ]]; then extension=tar.gz +elif [[ $filename == *.tar.xz ]]; then + extension=tar.xz else extension=${filename##*.} fi