Skip to content

Commit bf04330

Browse files
authored
Update test_linux.yml
10824
1 parent 7f008d4 commit bf04330

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
cd chat2db-client
6464
yarn install
65-
yarn run build:web:prod --app_version=99.0.${{ github.run_id }} --app_port=10822
65+
yarn run build:web:prod --app_version=99.0.${{ github.run_id }} --app_port=10824
6666
cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
6767
6868
# 编译服务端java版本
@@ -89,7 +89,7 @@ jobs:
8989
- name: Prepare Build Electron
9090
run: |
9191
cd chat2db-client
92-
yarn run build:web:desktop --app_version=99.0.${{ github.run_id }} --app_port=10822
92+
yarn run build:web:desktop --app_version=99.0.${{ github.run_id }} --app_port=10824
9393
cp -r dist ./versions/99.0.${{ github.run_id }}/
9494
rm -r dist
9595

0 commit comments

Comments
 (0)