Skip to content

Commit 2d1a3c8

Browse files
committed
ci: update
1 parent 99a249f commit 2d1a3c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-electron-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
working-directory: ./demos/with-electron
2929
run: |
3030
pnpm install --no-frozen-lockfile
31-
pnpm run build:mac
31+
pnpm run build

.github/workflows/build-electron.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
version: 8
2929

30-
- name: Install Dependencies
31-
run: pnpm install
32-
33-
- name: Build Release Files
34-
run: pnpm run build
30+
- name: Build with-electron
31+
working-directory: ./demos/with-electron
32+
run: |
33+
pnpm install --no-frozen-lockfile
34+
pnpm run build

0 commit comments

Comments
 (0)