ci: Update build info for Windows setup as well

This commit is contained in:
Elian Doran 2024-07-21 11:26:14 +03:00
parent 5a8442f3d8
commit 374a51b77c
No known key found for this signature in database

View File

@ -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: