Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Aug 17, 2024
1 parent 53fa2d3 commit 286cd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Clean Extensions
shell: pwsh
run: Remove-Item "/src/KubeUI/ControlExtensions.Generated/*" -Force -Recurse
run: Remove-Item "src/KubeUI/ControlExtensions.Generated/*" -Force -Recurse

- name: Install Tool
run: dotnet tool install --global AvaloniaExtensionGenerator --prerelease
Expand Down

0 comments on commit 286cd8c

Please sign in to comment.