Skip to content

Commit

Permalink
fix: Load local dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Jul 12, 2024
1 parent 0e26c99 commit a79c5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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: ls -la; ./node_modules/.bin/electron-builder --config electron-builder.yml --publish ${{ inputs.dry-run && 'never' || 'always' }}
command: ./node_modules/.bin/electron-builder --config electron-builder.yml --publish ${{ inputs.dry-run && 'never' || 'always' }} --dir
env:
# Code Signing params
# See https://www.electron.build/code-signing
Expand Down

0 comments on commit a79c5ff

Please sign in to comment.