diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 4b1818b..1985f85 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -63,12 +63,12 @@ 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 - *"linux-core-arm"*) - src="app.arm" - ;; *"linux-core-arm64"*) src="app.arm64" ;; + *"linux-core-arm"*) + src="app.arm" + ;; *"linux-core-x64"*) src="app.x64" ;;