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.
dist
1 parent dc415ae commit 472ffe2Copy full SHA for 472ffe2
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: actions/download-artifact@v4
67
with:
68
name: build
69
- path: packages/svelte
+ path: packages
70
71
- name: ▶️ Run ${{ matrix.check }}
72
run: pnpm run ${{ matrix.check }}
@@ -104,7 +104,8 @@ jobs:
104
105
path: |
106
packages/svelte/README.md
107
- packages/svelte/types
+ packages/svelte/dist
108
+ packages/svelte-core/dist
109
110
release:
111
needs: [main, build]
@@ -133,7 +134,7 @@ jobs:
133
134
135
136
137
138
139
- name: 🚀 Release
140
run: |
0 commit comments