Skip to content

Commit c07bd79

Browse files
committed
fix(svelte-core): ensure dist is packaged in CI release
1 parent e43f3c7 commit c07bd79

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/download-artifact@v4
6767
with:
6868
name: build
69-
path: packages/svelte
69+
path: packages
7070

7171
- name: ▶️ Run ${{ matrix.check }}
7272
run: pnpm run ${{ matrix.check }}
@@ -104,7 +104,8 @@ jobs:
104104
name: build
105105
path: |
106106
packages/svelte/README.md
107-
packages/svelte/types
107+
packages/svelte/dist
108+
packages/svelte-core/dist
108109
109110
release:
110111
needs: [main, build]
@@ -133,7 +134,7 @@ jobs:
133134
uses: actions/download-artifact@v4
134135
with:
135136
name: build
136-
path: packages/svelte
137+
path: packages
137138

138139
- name: 🚀 Release
139140
run: |

0 commit comments

Comments
 (0)