We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02bfe0 commit e4ecf89Copy full SHA for e4ecf89
.github/workflows/e2e-cache.yml
@@ -240,8 +240,8 @@ jobs:
240
- name: Check files to cache on windows-latest
241
if: matrix.os == 'windows-latest'
242
run: |
243
- if [ ! -d %USER/.cache/mill/download ]; then
244
- echo "::error::The %USER/.cache/mill/download directory does not exist unexpectedly"
+ if [ ! -d %USERPROFILE%/.cache/mill/download ]; then
+ echo "::error::The %USERPROFILE%/.cache/mill/download directory does not exist unexpectedly"
245
exit 1
246
fi
247
- name: Check files to cache on ubuntu-latest
0 commit comments