diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 097b3836..e4e3d860 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -183,7 +183,7 @@ jobs: echo "✅ Build version for Apple: $BUILD_VERSION" # Build with custom buildVersion without modifying package.json - npm run build && electron-builder --mac --universal --config.buildVersion="$BUILD_VERSION" + npm run build && npx electron-builder --mac --universal --config.buildVersion="$BUILD_VERSION" - name: List release directory if: steps.check_certs.outputs.has_certs == 'true'