Skip to content

Commit

Permalink
Try fix release.yml workflow file (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 authored Feb 19, 2024
1 parent 30cc083 commit 3da1d38
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 3da1d38

Please sign in to comment.