diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index b8b9e89..ad75bfb 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -65,9 +65,6 @@ echo "Handling asset at $asset_url" src="app" -# If $src is not empty, let's process the asset -if [ ! -z "$src" ]; then - # Create the temporary directory tempdir="$(mktemp -d)" @@ -97,12 +94,6 @@ SOURCE_FILENAME= EOT echo "... conf/$src.src updated" -else -echo "... asset ignored" -fi - -done - #================================================= # SPECIFIC UPDATE STEPS #=================================================