Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release/7.109.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Feb 19, 2024
2 parents 0b14397 + 3da1d38 commit d1fc35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
else
echo "::error::Asana Task URL has incorrect format (attempted to match ${task_url_regex})."
fi
- name: Upload debug symbols to Asana
if: ${{ always() && github.event.inputs.asana-task-url }}
env:
Expand All @@ -108,7 +108,7 @@ jobs:
--form "file=@${asana_dsyms_path};type=application/zip"
fi
- name: Send Mattermost message
- name: Send Mattermost message
if: ${{ success() || failure() }} # Don't execute when cancelled
env:
WORKFLOW_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
Expand Down

0 comments on commit d1fc35a

Please sign in to comment.