From 3da1d389b8ec114d03face62a33d6bb9a34a2951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20=C5=9Apiewak?= Date: Mon, 19 Feb 2024 15:44:50 +0100 Subject: [PATCH] Try fix release.yml workflow file (#2488) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f61b8358d8..c23a800196 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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 }}