fix: Improve macOS support

This commit is contained in:
LukeGus
2025-10-19 20:32:50 -05:00
parent 956171ce08
commit c38cfc2850
2 changed files with 3 additions and 8 deletions

View File

@@ -169,17 +169,11 @@ jobs:
echo "Imported certificates:"
security find-identity -v -p codesigning $KEYCHAIN_PATH
- name: Set version for build
if: steps.check_certs.outputs.has_certs == 'true'
run: |
# Auto-increment patch version based on run number
npm version 1.8.${{ github.run_number }} --no-git-tag-version
cat package.json | grep version
- name: Build macOS App Store Package
if: steps.check_certs.outputs.has_certs == 'true'
env:
ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES: true
BUILD_NUMBER: ${{ github.run_number }}
run: npm run build:mac
- name: List release directory