From 0c981b07c05a7f876a8629f1644fefeabdc139bd 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-icons.yml b/.github/workflows/update-icons.yml index c396ee5..64145c7 100644 --- a/.github/workflows/update-icons.yml +++ b/.github/workflows/update-icons.yml @@ -24,11 +24,11 @@ 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 - run: dotnet run --project ./src/Lucide.Avalonia/ + run: dotnet build ./src/Lucide.Avalonia/ - name: Push Changes run: |