From 96b09188d23ee51bc16597a449ff6d01542f8ccc Mon Sep 17 00:00:00 2001 From: dme-compunet <117437050+dme-compunet@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:48:22 +0200 Subject: [PATCH] Update update-icons.yml --- .github/workflows/update-icons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-icons.yml b/.github/workflows/update-icons.yml index c396ee5..7b619f0 100644 --- a/.github/workflows/update-icons.yml +++ b/.github/workflows/update-icons.yml @@ -24,7 +24,7 @@ jobs: - name: Run Generator run: | - dotnet restore $GENERATOR_PROJECT_PATH + dotnet restore ./src/LucideIcons.Generator dotnet run --project ./src/LucideIcons.Generator ./lucide ./src/Lucide.Avalonia/ - name: Verify Generated Code