Skip to content

Commit

Permalink
self
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Aug 20, 2024
1 parent a0412d4 commit bf8d5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}

- name: Build MacOS Package
if: ${{ matrix.os == 'macos-latest' || runner.labels.contains('macos') }}
- name: Build MacOS Packag
if: matrix.os == 'macos-latest' || 'macos' in runner.labels
run: |
sudo mdutil -a -i off
yarn electron-builder --publish never --mac --universal
Expand Down

0 comments on commit bf8d5a9

Please sign in to comment.