Skip to content

Commit e4ecf89

Browse files
clintvalCopilot
andauthored
Update .github/workflows/e2e-cache.yml
Co-authored-by: Copilot <[email protected]>
1 parent a02bfe0 commit e4ecf89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ jobs:
240240
- name: Check files to cache on windows-latest
241241
if: matrix.os == 'windows-latest'
242242
run: |
243-
if [ ! -d %USER/.cache/mill/download ]; then
244-
echo "::error::The %USER/.cache/mill/download directory does not exist unexpectedly"
243+
if [ ! -d %USERPROFILE%/.cache/mill/download ]; then
244+
echo "::error::The %USERPROFILE%/.cache/mill/download directory does not exist unexpectedly"
245245
exit 1
246246
fi
247247
- name: Check files to cache on ubuntu-latest

0 commit comments

Comments
 (0)