Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque authored Feb 29, 2024
1 parent 80c7dc9 commit 9827668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm i
working-directory: app
- name: Build
run: $env:NODE_OPTIONS = "--openssl-legacy-provider" && npm run electron:build
run: powershell "$env:NODE_OPTIONS = '--openssl-legacy-provider'; npm run electron:build"
working-directory: app
- name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 9827668

Please sign in to comment.