Skip to content

Commit c232ea1

Browse files
authored
🐛 Fix wercker ui bundle html
1 parent 3f9699d commit c232ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build:
1818
code: |
1919
cp -a ./dist/. $WERCKER_OUTPUT_DIR
2020
cp ./ui_bundle.gz $WERCKER_OUTPUT_DIR
21-
cp ./ui_bundle.html $WERCKER_OUTPUT_DIR/ui_bundle.html
21+
cp ./ui_bundle $WERCKER_OUTPUT_DIR/ui_bundle.html
2222
cp config.xml $WERCKER_OUTPUT_DIR
2323
cp README_BUILT.md $WERCKER_OUTPUT_DIR/README.md
2424
touch $WERCKER_OUTPUT_DIR/.nojekyll

0 commit comments

Comments
 (0)