Skip to content

Commit

Permalink
Fix: windows asset release (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns authored Oct 24, 2024
1 parent 482a4c7 commit dabeb1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upload-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "${{ steps.lockversion.outputs.version }}"
- if: matrix.npm_script == 'pack:windows'
name: install nodejs for windows
uses: actions/setup-node@v4
with:
node-version: 20
- name: Get version from package.json
uses: actions/github-script@v6
id: extractver
Expand Down

0 comments on commit dabeb1d

Please sign in to comment.