We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f008d4 commit bf04330Copy full SHA for bf04330
1 file changed
.github/workflows/test_linux.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
cd chat2db-client
64
yarn install
65
- yarn run build:web:prod --app_version=99.0.${{ github.run_id }} --app_port=10822
+ yarn run build:web:prod --app_version=99.0.${{ github.run_id }} --app_port=10824
66
cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
67
68
# 编译服务端java版本
@@ -89,7 +89,7 @@ jobs:
89
- name: Prepare Build Electron
90
91
92
- yarn run build:web:desktop --app_version=99.0.${{ github.run_id }} --app_port=10822
+ yarn run build:web:desktop --app_version=99.0.${{ github.run_id }} --app_port=10824
93
cp -r dist ./versions/99.0.${{ github.run_id }}/
94
rm -r dist
95
0 commit comments