ci: Update build info for Windows setup as well

pull/231/head^2
Elian Doran 2024-07-21 11:26:14 +07:00
parent 5a8442f3d8
commit 374a51b77c
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

@ -127,7 +127,9 @@ jobs:
cache: "npm"
- run: npm ci
- name: Run installer build
run: npm run make-electron
run: |
./bin/update-build-info.sh
npm run make-electron
- name: Publish installer artifact
uses: actions/upload-artifact@v4
with: