Skip to content

Commit

Permalink
chore: Update build workflow to include push event for tag-based trig…
Browse files Browse the repository at this point in the history
…gers
  • Loading branch information
necipsagiro committed Jul 3, 2024
1 parent 8493644 commit 7bd7b1d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,4 @@ jobs:
# macOS notarization API key
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
APPLE_API_KEY: ~/private_keys/AuthKey_${{ secrets.APPLE_API_KEY_ID }}.p8

- name: Upload notarization log if it exists
if: failure()
uses: actions/upload-artifact@v3
with:
name: notarization-error-log
path: notarization-error.log
APPLE_API_KEY: ~/private_keys/AuthKey_${{ secrets.APPLE_API_KEY_ID }}.p8

0 comments on commit 7bd7b1d

Please sign in to comment.