fix: fix macOS verison build error
This commit is contained in:
2
.github/workflows/electron-build.yml
vendored
2
.github/workflows/electron-build.yml
vendored
@@ -183,7 +183,7 @@ jobs:
|
|||||||
echo "✅ Build version for Apple: $BUILD_VERSION"
|
echo "✅ Build version for Apple: $BUILD_VERSION"
|
||||||
|
|
||||||
# Build with custom buildVersion without modifying package.json
|
# 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
|
- name: List release directory
|
||||||
if: steps.check_certs.outputs.has_certs == 'true'
|
if: steps.check_certs.outputs.has_certs == 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user