From a9fc7794dc8b390fdca5d25f23674ed63c8bf975 Mon Sep 17 00:00:00 2001 From: kascit Date: Wed, 13 May 2026 13:19:57 +0530 Subject: [PATCH] branchname --- .github/workflows/raw-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/raw-mirror.yml b/.github/workflows/raw-mirror.yml index 5a7ed78..69eef45 100644 --- a/.github/workflows/raw-mirror.yml +++ b/.github/workflows/raw-mirror.yml @@ -94,7 +94,7 @@ jobs: source_file="static/$path" else # try static/images/branding/ for image-only fallbacks (restrict to images/ prefix) - if [[ "$path" == images/* ]]; then + if [[ "$path" == images/* || "$path" == icons/* ]]; then base="$(basename "$path")" if [ -f "static/images/branding/$base" ]; then source_file="static/images/branding/$base"