We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca8968 commit 7098363Copy full SHA for 7098363
1 file changed
.github/workflows/release_test.yml
@@ -96,7 +96,7 @@ jobs:
96
continue-on-error: true
97
run: |
98
cd chat2db-client
99
- yarn install --frozen-lockfile
+ yarn install --frozen-lockfile
100
101
- name: Build FE Static
102
@@ -113,7 +113,7 @@ jobs:
113
ls -la
114
rm -rf legal
115
116
-
+
117
- name: Build BE Static
118
119
mvn clean package -B '-Dmaven.test.skip=true' -f chat2db-server/pom.xml
@@ -129,8 +129,6 @@ jobs:
129
cp -r dist ./versions/99.0.${{ github.run_id }}/
130
rm -r dist
131
132
133
134
- name: Build/release Electron app
135
uses: samuelmeuli/action-electron-builder@v1
136
with:
0 commit comments