Skip to content

Commit 6a8354c

Browse files
authored
chore(ci): fixed storybook statics download path in release workflow (#76)
2 parents 46d9de5 + a14f1a0 commit 6a8354c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/download-artifact@v4
135135
with:
136136
name: storybook-static
137-
path: ./packages/demo
137+
path: ./packages/demo/storybook-static
138138
- uses: JamesIves/github-pages-deploy-action@v4
139139
with:
140140
folder: ./packages/demo/storybook-static

0 commit comments

Comments
 (0)