Skip to content

Commit ff97ee1

Browse files
fix build folder name
1 parent 3b4b4ee commit ff97ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: yarn build
2323
- name: Create tar from built plugin
2424
run: |
25-
BUILDFOLDER="build"
25+
BUILDFOLDER="dist"
2626
MANIFEST=$(find ./$BUILDFOLDER -name plugin-manifest.json)
2727
[ -z $MANIFEST ] && cp plugin-manifest $BUILDFOLDER
2828
MANIFEST="$BUILDFOLDER/plugin-manifest.json"

0 commit comments

Comments
 (0)