Skip to content

Commit 220850b

Browse files
committed
fix dist paths
1 parent 3fa9eba commit 220850b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/upload-artifact@v4
2525
with:
2626
name: ${{ github.sha }}
27-
path: ./dist/**/*
27+
path: ./packages/**/dist/**/*
2828

2929
test:
3030
name: Test (v${{ matrix.version }})

0 commit comments

Comments
 (0)