Skip to content

Commit

Permalink
fixes for cmd?
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque committed Feb 29, 2024
1 parent 5b9cb7f commit e79a342
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: powershell "$env:NODE_OPTIONS = '--openssl-legacy-provider'; npm run electron:build"
run: set NODE_OPTIONS=--openssl-legacy-provider && npm run electron:build
working-directory: app
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e79a342

Please sign in to comment.