diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6200881..9c00737 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,13 @@ jobs: matrix: include: - os: ubuntu-latest - build-command: electron-builder --linux AppImage + build-command: npx electron-builder --linux AppImage artifact-name: electron-linux - os: windows-latest - build-command: electron-builder --win nsis + build-command: npx electron-builder --win nsis artifact-name: electron-windows - os: macos-latest - build-command: electron-builder --mac + build-command: npx electron-builder --mac artifact-name: electron-macos steps: - uses: actions/checkout@v4