We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c07cd4 commit 50a76d1Copy full SHA for 50a76d1
3 files changed
.github/workflows/release.yml
@@ -143,6 +143,7 @@ jobs:
143
cp -r dist/index.html ../chat2db-server/chat2db-server-start/src/main/resources/thymeleaf/
144
cd src/main
145
yarn
146
+ yarn run build
147
148
# 编译服务端java版本
149
- name: Build Java
.github/workflows/release_test.yml
@@ -106,6 +106,7 @@ jobs:
106
107
108
109
110
111
112
# 打包后端工程 & 发送到前端
.github/workflows/release_test_2.yml
- name: Build BE Static
0 commit comments