From 8acf12ee961d3eca6c7355f2cb15dd3c1c178eb8 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 19 Nov 2021 17:51:28 +0100 Subject: [PATCH] Fix auto-updater All assets were processed and overwriting the app.src file --- .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 5ae9941..74fe94f 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 - *".tar.gz"*) + *"focalboard-server-linux-amd64") src="app" ;; esac