Skip to content

Commit fc42dcf

Browse files
add build old ui step
1 parent f548fb5 commit fc42dcf

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-macos.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
cd new-ui
7777
pnpm build
7878
79+
- name: Build old UI
80+
run: |
81+
pnpm build
82+
7983
- name: Build app
8084
uses: tauri-apps/tauri-action@v0
8185
env:

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ jobs:
102102
cd new-ui
103103
pnpm build
104104
105+
- name: Build old UI
106+
run: |
107+
pnpm build
108+
105109
- name: Build packages
106110
uses: tauri-apps/tauri-action@v0.5.23
107111
env:

0 commit comments

Comments
 (0)