From dd8491ce57f3d20db7f00c4dad720a82d3a379c5 Mon Sep 17 00:00:00 2001 From: Arlind-dev Date: Sun, 2 Nov 2025 12:02:01 +0100 Subject: [PATCH] dont add mod-icons to the filename for the mod icons --- .gitea/actions/cleanup/action.yml | 2 +- .gitea/actions/generate-icons/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/actions/cleanup/action.yml b/.gitea/actions/cleanup/action.yml index 9114bd0..6763619 100644 --- a/.gitea/actions/cleanup/action.yml +++ b/.gitea/actions/cleanup/action.yml @@ -86,7 +86,7 @@ runs: prune_dir "$REPO_SCREENSHOT_DIR" "$skin" "$header.mp4" prune_dir "$REPO_RANKING_PANEL_DIR" "$skin" "$header.webp" - prune_dir "$REPO_MOD_ICONS_DIR" "$skin" "$header-mod-icons.webp" + prune_dir "$REPO_MOD_ICONS_DIR" "$skin" "$header.webp" prune_dir "$REPO_THUMBNAIL_DIR" "$skin" "$header.webp" prune_dir "$OSK_PATH" "$skin" "$header.osk" prune_dir "$DOC_DIR" "$skin" "$header.md" diff --git a/.gitea/actions/generate-icons/action.yml b/.gitea/actions/generate-icons/action.yml index 6ca97cf..6c7abbe 100644 --- a/.gitea/actions/generate-icons/action.yml +++ b/.gitea/actions/generate-icons/action.yml @@ -64,7 +64,7 @@ runs: ICON_FOLDER="$SKIN_DIR" OUTPUT_DIR="$REPO_MOD_ICONS_DIR/$skin_path" mkdir -p "$OUTPUT_DIR" - OUTPUT="$OUTPUT_DIR/${skin_header}-mod-icons.webp" + OUTPUT="$OUTPUT_DIR/${skin_header}.webp" row_images=() row_index=1