diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25aa47435..4a3c1516c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: with: dotnet-version: ${{env.DOTNET_VERSION}} - name: .net contents - run : dir ${{env.DOTNET_ROOT}} + run : dir "${{env.DOTNET_ROOT}}" - name: Enable Extra Platforms shell: bash run: |