Skip to content

Commit 72c225b

Browse files
committed
Fix GH actions
1 parent 2494b5d commit 72c225b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: npm ci
6969

7070
- name: Build Current Binary
71-
run: npm run build-all
71+
run: npm run build
7272

7373
- name: Get Package Version
7474
id: package-version

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: npm ci
6161

6262
- name: Build Current Binary
63-
run: npm run build-all
63+
run: npm run build
6464

6565
- name: Run Unit Tests
6666
if: matrix.os != 'windows-2022'

0 commit comments

Comments
 (0)