Skip to content

Commit

Permalink
add if for self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Aug 20, 2024
1 parent 3776f9d commit a0412d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}

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

0 comments on commit a0412d4

Please sign in to comment.