We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa9eba commit 220850bCopy full SHA for 220850b
.github/workflows/CI.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/upload-artifact@v4
25
with:
26
name: ${{ github.sha }}
27
- path: ./dist/**/*
+ path: ./packages/**/dist/**/*
28
29
test:
30
name: Test (v${{ matrix.version }})
0 commit comments