Skip to content

Commit

Permalink
Fix build_notarized
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 16, 2024
1 parent c86c32b commit 089a736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_notarized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
name: Send Mattermost message

needs: [export-notarized-app, create-dmg]
if: ${{ always() && (needs.export-notarized-app.result == 'success') && (needs.create-dmg.result == 'success' || needs.create-dmg.result == 'skipped') }}
if: always()

runs-on: ubuntu-latest

Expand Down

0 comments on commit 089a736

Please sign in to comment.