Skip to content

Commit 471b92e

Browse files
committed
ci(build-and-upload): use wildcard to support future additional packages
1 parent 100f17f commit 471b92e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-upload.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,5 @@ jobs:
4141
uses: actions/upload-artifact@v4
4242
with:
4343
name: ci-builds-${{ github.run_id }}-${{ github.run_attempt }}
44-
path: |
45-
packages/core/dist/
46-
packages/style/dist/
44+
path: "./packages/*/dist/"
4745
if-no-files-found: ignore

0 commit comments

Comments
 (0)