Skip to content

Commit

Permalink
Update update-icons.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dme-compunet committed Jan 6, 2025
1 parent 36b1f31 commit 0c981b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0c981b0

Please sign in to comment.