Skip to content

Commit

Permalink
Update gearsystem.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Oct 16, 2024
1 parent 45132ef commit 365db37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gearsystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: make dist
working-directory: platforms/macos
- name: Codesign app bundle
if: needs.pr-check.outputs.number == null && github.repository_owner == 'drhelius'
if: github.event_name != 'pull_request' && github.repository_owner == 'drhelius'
env:
MACOS_CERTIFICATE: ${{ secrets.PROD_MACOS_CERTIFICATE }}
MACOS_CERTIFICATE_PWD: ${{ secrets.PROD_MACOS_CERTIFICATE_PWD }}
Expand All @@ -146,7 +146,7 @@ jobs:
codesign -v -vvv --deep "${{ env.NAME_UPPER }}.app"
working-directory: platforms/macos
- name: Notarize app bundle
if: needs.pr-check.outputs.number == null && github.repository_owner == 'drhelius'
if: github.event_name != 'pull_request' && github.repository_owner == 'drhelius'
env:
PROD_MACOS_NOTARIZATION_APPLE_ID: ${{ secrets.PROD_MACOS_NOTARIZATION_APPLE_ID }}
PROD_MACOS_NOTARIZATION_TEAM_ID: ${{ secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }}
Expand Down

0 comments on commit 365db37

Please sign in to comment.