From ebf00c6786679e78fcee93d2f1fe345ed5fae791 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 16 Sep 2021 09:26:20 +0200 Subject: [PATCH] Update updater.sh --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 62e77cc..e050b69 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -63,7 +63,7 @@ echo "Handling asset at $asset_url" # Here we base the source file name upon a unique keyword in the assets url (admin vs. update) # Leave $src empty to ignore the asset case $asset_url in - *"backdrop"*".zip"*) + *".tar.gz"*) src="app" ;; *)