From 855ba6c05250e93ad231c720f66c77a38d739fea Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 23 Aug 2022 22:41:22 +0200 Subject: [PATCH] Defaulting to not process asset in autoupdater --- .github/workflows/updater.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index f4f9bbe..ac2f651 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -73,6 +73,9 @@ case $asset_url in *"Jackett.Binaries.LinuxARM32.tar.gz") src="armhf" ;; + *) + src="" + ;; esac # If $src is not empty, let's process the asset