Skip to content

Commit

Permalink
.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 18, 2024
1 parent 0514e34 commit 3f3ed13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
shell: 'bash'
# Due to this issue https://github.com/electron-userland/electron-builder/issues/6411 the build with npx when rebuilding native dependencies hangs forever
# see https://github.com/cawa-93/vite-electron-builder/pull/953
command: ./node_modules/.bin/electron-builder --config .electron-builder.config.js --publish ${{ inputs.dry-run && 'never' || 'always' }}
command: ./node_modules/.bin/electron-builder --config .electron-builder.config.cjs --publish ${{ inputs.dry-run && 'never' || 'always' }}
env:
# Code Signing params
# See https://www.electron.build/code-signing
Expand Down

0 comments on commit 3f3ed13

Please sign in to comment.