Skip to content

Commit e45533c

Browse files
committed
chore: remove trailing slash
1 parent 3d3c1f8 commit e45533c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: tests-build-cache-${{ github.run_number }}
32-
path: .nx/
32+
path: .nx
3333
retention-days: 1
3434

3535
unit-test:

0 commit comments

Comments
 (0)