Skip to content

Commit 7455c4f

Browse files
committed
chore: update github workflow
1 parent 7cc5ad1 commit 7455c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
if: failure()
4646
with:
47-
name: test-npm-logs-${{ matrix.os }}-${{ matrix.timezone }}-${{ matrix.node-version }}
47+
name: test-npm-logs-${{ matrix.os }}-${{ replace(matrix.timezone, '/', '_') }}-${{ matrix.node-version }}
4848
path: ~/.npm/_logs
4949
demo:
5050
name: Demo Check

0 commit comments

Comments
 (0)