We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4145e5a commit 11101cfCopy full SHA for 11101cf
.github/workflows/build-and-release.yml
@@ -111,7 +111,7 @@ jobs:
111
run: pnpm run rebuild
112
113
- name: Build application
114
- run: vite build && npm run build:main && electron-builder --config electron-builder.sponsored.json --${{ matrix.platform }} ${{ matrix.arch }}
+ run: pnpm exec vite build && pnpm run build:main && pnpm exec electron-builder --config electron-builder.sponsored.json --${{ matrix.platform }} ${{ matrix.arch }}
115
env:
116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117
TAG: ${{ github.ref_name || inputs.tag }}
0 commit comments