Skip to content

Commit

Permalink
ci(build-and-upload): use wildcard to support future additional packages
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Mar 12, 2024
1 parent 100f17f commit 0fb43bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ci-builds-${{ github.run_id }}-${{ github.run_attempt }}
path: |
packages/core/dist/
packages/style/dist/
path: "./packages/*/dist/"
if-no-files-found: ignore

0 comments on commit 0fb43bd

Please sign in to comment.