Skip to content

Commit 075819b

Browse files
committed
ci: fix npm error artifact uploads on macOS/Windows
1 parent 85ddc39 commit 075819b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
name: npm-logs--${{ matrix.os }}--${{ matrix.node-version }}--${{ steps.sanitize-shard-name.outputs.shard }}
131131
path: |
132-
/home/runner/.npm/_logs/**/*
132+
~/.npm/_logs/**/*
133133
134134
- uses: codecov/codecov-action@v5
135135
continue-on-error: true
@@ -240,7 +240,7 @@ jobs:
240240
with:
241241
name: npm-logs--windows-latest--23x
242242
path: |
243-
/home/runner/.npm/_logs/**/*
243+
~/.npm/_logs/**/*
244244
245245
- uses: codecov/codecov-action@v5
246246
continue-on-error: true

0 commit comments

Comments
 (0)