Skip to content

Commit b9f22e6

Browse files
committed
update release script
1 parent 08c512d commit b9f22e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
run: npm run api
4343
- name: Build cli
4444
run: npm run cli:build:win
45+
- name: Build sdk
46+
run: npm run build:sdk
4547
- name: Build APP
4648
run: npm run build:win
4749
- name: Create Release
@@ -125,6 +127,8 @@ jobs:
125127
run: npm run api
126128
- name: Build cli
127129
run: npm run cli:build:linux
130+
- name: Build sdk
131+
run: npm run build:sdk
128132
- name: Build APP
129133
env:
130134
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)