diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b34d92..c0ca258 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: if: matrix.os == 'windows' run: | Remove-Item -Path (Get-Command bazel.exe).Source - Get-ChildItem -Path -Recurse -File | Move-Item -Destination . + Get-ChildItem -Path frontend -Recurse -File | Move-Item -Destination . Remove-Item -Path frontend -Recurse -Force - name: Setup Bazel