Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 374a51b

Browse files
committed
ci: Update build info for Windows setup as well
1 parent 5a8442f commit 374a51b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ jobs:
127127
cache: "npm"
128128
- run: npm ci
129129
- name: Run installer build
130-
run: npm run make-electron
130+
run: |
131+
./bin/update-build-info.sh
132+
npm run make-electron
131133
- name: Publish installer artifact
132134
uses: actions/upload-artifact@v4
133135
with:

0 commit comments

Comments
 (0)