From 979ec4ff9e6fb9a2842d80e0e2788892683060c3 Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Sun, 20 Oct 2024 20:10:17 +0200 Subject: [PATCH] :green_heart: Fixes file path --- .github/workflows/update_icons_and_resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_icons_and_resources.yml b/.github/workflows/update_icons_and_resources.yml index dbc14be5..298310f1 100644 --- a/.github/workflows/update_icons_and_resources.yml +++ b/.github/workflows/update_icons_and_resources.yml @@ -58,7 +58,7 @@ jobs: python-version: "3.9" - name: Generate File Tree 🌳 - run: python scripts/generate_folder_tree.py svg png webp + run: python scripts/generate_file_tree.py svg png webp - name: Commit and Push Changes 📤 run: |