Skip to content

Commit 7098363

Browse files
committed
chore: Optimize action
1 parent 7ca8968 commit 7098363

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release_test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
continue-on-error: true
9797
run: |
9898
cd chat2db-client
99-
yarn install --frozen-lockfile
99+
yarn install --frozen-lockfile
100100
101101
- name: Build FE Static
102102
run: |
@@ -113,7 +113,7 @@ jobs:
113113
ls -la
114114
rm -rf legal
115115
ls -la
116-
116+
117117
- name: Build BE Static
118118
run: |
119119
mvn clean package -B '-Dmaven.test.skip=true' -f chat2db-server/pom.xml
@@ -129,8 +129,6 @@ jobs:
129129
cp -r dist ./versions/99.0.${{ github.run_id }}/
130130
rm -r dist
131131
132-
133-
134132
- name: Build/release Electron app
135133
uses: samuelmeuli/action-electron-builder@v1
136134
with:

0 commit comments

Comments
 (0)