From 96175866cf353e0d323882275783086dca184301 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 26 Dec 2021 18:11:35 +0100 Subject: [PATCH] Fix updater.sh: add ignore case --- .github/workflows/updater.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 84900ed..5773e73 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -66,6 +66,9 @@ case $asset_url in *"focalboard-server-linux-amd64.tar.gz") src="app" ;; + *) + src="" + ;; esac # If $src is not empty, let's process the asset