Skip to content

Commit

Permalink
Replaced npx command
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Jan 4, 2024
1 parent ac19efe commit 7a1e39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm run parcel-build
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npx electron-builder --x64 -c.extraMetadata.version="${{ steps.info.outputs.version }}+${{ github.sha }}" -c.win.artifactName="${productName} v${{ steps.info.outputs.version }}.${ext}"
- run: npm exec electron-builder -- --x64 --config.extraMetadata.version="${{ steps.info.outputs.version }}+${{ github.sha }}" --config.buildVersion="${{ steps.info.outputs.version }}+${{ github.sha }}" --config.win.artifactName="${productName} v${{ steps.info.outputs.version }}.${ext}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7a1e39e

Please sign in to comment.