Skip to content

Commit c1e0b4a

Browse files
committed
fix:github
1 parent ebc36a2 commit c1e0b4a

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,21 +115,12 @@ jobs:
115115
distribution: "temurin"
116116
cache: "maven"
117117

118-
# 构建静态文件信息
119-
- name: Npm install & build & copy
120-
run: |
121-
cd ali-dbhub-client
122-
npm install
123-
npm run build:desktop
124-
cp -r dist ../ali-dbhub-server/ali-dbhub-server-start/src/main/resources/static/front
125-
126-
127118
# 构建静态文件信息
128119
- name: Yarn install & build & copy
129120
run: |
130121
cd chat2db-client
131122
yarn install
132-
yarn run build:web:prod --appVersion=${{ steps.chat2db_version.outputs.substring }}
123+
yarn run build:desktop --appVersion=${{ steps.chat2db_version.outputs.substring }}
133124
cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
134125
135126
# 编译服务端java版本

0 commit comments

Comments
 (0)