File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 yarn install
141141 yarn run build:web:prod --app_version=${{ steps.chat2db_version.outputs.substring }}
142142 cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
143- cp -r dist/index.html ../chat2db-server/chat2db-server-start/src/main/resources/thymeleaf
143+ cp -r dist/index.html ../chat2db-server/chat2db-server-start/src/main/resources/thymeleaf/
144144
145145 # 编译服务端java版本
146146 - name : Build Java
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 yarn install
135135 yarn run build:web:prod --app_version=99.0.${{ github.run_id }} --app_port=10822
136136 cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
137- cp -r dist/index.html ../chat2db-server/chat2db-server-start/src/main/resources/thymeleaf
137+ cp -r dist/index.html ../chat2db-server/chat2db-server-start/src/main/resources/thymeleaf/
138138
139139 # 编译服务端java版本
140140 - name : Build Java
You can’t perform that action at this time.
0 commit comments