diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 69a9cbb58..2b9e68a1d 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -64,8 +64,8 @@ jobs: - name: Get Composer Cache Directories id: composer-cache run: | - echo "files_cache=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT + echo "files_cache=""$(composer config cache-files-dir)""" >> $GITHUB_OUTPUT + echo "vcs_cache=""$(composer config cache-vcs-dir)""" >> $GITHUB_OUTPUT - name: Cache composer cache uses: actions/cache@v3