From 7b308c537a4cd88d8040c6c67f6485dc0d09dad2 Mon Sep 17 00:00:00 2001 From: Stefan Bocutiu Date: Thu, 25 Apr 2024 15:30:42 +0100 Subject: [PATCH] Fix the release build (#1177) previous variable was only set for a PR, however the release uses a tag trigger. Co-authored-by: stheppi --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3a736075..15ac18fb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -231,7 +231,7 @@ jobs: format: 'HTML' args: >- --failOnCVSS 5 - --suppression https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.owner.login }}/${{github.event.repository.name}}/${{ steps.branch_name.outputs.tag }}${{ steps.branch_name.outputs.current_branch }}/suppression.xml + --suppression https://raw.githubusercontent.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ steps.branch_name.outputs.tag }}${{ steps.branch_name.outputs.current_branch }}/suppression.xml - name: Upload Test results uses: actions/upload-artifact@master with: