Skip to content

Commit 9d17fbe

Browse files
committed
fix dist zip location in workspace
1 parent 9682451 commit 9d17fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
gh release view ${VERSION_FROM_TAG} | grep ${VERSION_FROM_TAG}
369369
370370
if [ $? -eq 0 ]; then
371-
cp workspace/dist.zip workspace/slds-${VERSION_FROM_TAG}.zip
371+
cp workspace/artifact/dist.zip workspace/slds-${VERSION_FROM_TAG}.zip
372372
echo "=============================="
373373
echo "» Attaching artifact to release ${VERSION_FROM_TAG}"
374374
gh release upload ${VERSION_FROM_TAG} workspace/slds-${VERSION_FROM_TAG}.zip#"SLDS ${VERSION_FROM_TAG}" --clobber

0 commit comments

Comments
 (0)