diff --git a/.github/workflows/sync-extensions.yml b/.github/workflows/sync-extensions.yml index 8b3777f8..93516793 100644 --- a/.github/workflows/sync-extensions.yml +++ b/.github/workflows/sync-extensions.yml @@ -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