Skip to content

Commit

Permalink
ci: Update build info for Windows setup as well
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 21, 2024
1 parent 5a8442f commit 374a51b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 374a51b

Please sign in to comment.