Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
skip macbuild for now
Browse files Browse the repository at this point in the history
  • Loading branch information
archywillhe committed Oct 29, 2023
1 parent 9c5f435 commit 3197bb5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
- name: Install packages
run: npm ci

- name: Package app (MacOS only)
if: matrix.os == 'macos-latest'
shell: bash
run: npm run app-package
env:
NODE_OPTIONS: "--max_old_space_size=6144"
APPLE_ID: ${{ matrix.os == 'macos-latest' && secrets.DESIGNER_APPLE_ID || '' }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ matrix.os == 'macos-latest' && secrets.DESIGNER_APPLE_ID_PASSWORD || '' }}
CSC_LINK: ${{ matrix.csc_link_secret != '' && secrets[matrix.csc_link_secret] || '' }}
CSC_KEY_PASSWORD:
${{ matrix.csc_key_password_secret != '' && secrets[matrix.csc_key_password_secret] || '' }}
# - name: Package app (MacOS only)
# if: matrix.os == 'macos-latest'
# shell: bash
# run: npm run app-package
# env:
# NODE_OPTIONS: "--max_old_space_size=6144"
# APPLE_ID: ${{ matrix.os == 'macos-latest' && secrets.DESIGNER_APPLE_ID || '' }}
# APPLE_APP_SPECIFIC_PASSWORD: ${{ matrix.os == 'macos-latest' && secrets.DESIGNER_APPLE_ID_PASSWORD || '' }}
# CSC_LINK: ${{ matrix.csc_link_secret != '' && secrets[matrix.csc_link_secret] || '' }}
# CSC_KEY_PASSWORD:
# ${{ matrix.csc_key_password_secret != '' && secrets[matrix.csc_key_password_secret] || '' }}

- name: Package app (Windows and Linux)
if: matrix.os != 'macos-latest'
Expand Down

0 comments on commit 3197bb5

Please sign in to comment.