From b188f5632f9ddb3b24f765f592539b72a38aa0d5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 10 Apr 2022 08:33:27 +0200 Subject: [PATCH] Update updater.sh --- .github/workflows/updater.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index c4d53fc..872e655 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -66,12 +66,9 @@ 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 - *"admin"*) + *"element-"*".tar.gz") src="app" ;; - *"update"*) - src="app-upgrade" - ;; *) src="" ;; @@ -105,7 +102,6 @@ SOURCE_SUM=$checksum SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=$extension SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= EOT echo "... conf/$src.src updated"