Skip to content

Commit

Permalink
fix:github
Browse files Browse the repository at this point in the history
  • Loading branch information
shanhexi committed Jul 1, 2023
1 parent ebc36a2 commit c1e0b4a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,12 @@ jobs:
distribution: "temurin"
cache: "maven"

# 构建静态文件信息
- name: Npm install & build & copy
run: |
cd ali-dbhub-client
npm install
npm run build:desktop
cp -r dist ../ali-dbhub-server/ali-dbhub-server-start/src/main/resources/static/front
# 构建静态文件信息
- name: Yarn install & build & copy
run: |
cd chat2db-client
yarn install
yarn run build:web:prod --appVersion=${{ steps.chat2db_version.outputs.substring }}
yarn run build:desktop --appVersion=${{ steps.chat2db_version.outputs.substring }}
cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
# 编译服务端java版本
Expand Down

0 comments on commit c1e0b4a

Please sign in to comment.