From cc8b61d23439c460944c9cad9020bc49460d227a Mon Sep 17 00:00:00 2001 From: Amarachi Omereife Date: Tue, 17 Oct 2023 20:36:48 +0100 Subject: [PATCH] run-success --- .github/workflows/attach-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/attach-release.yml b/.github/workflows/attach-release.yml index 6d775cb1..d75b19a9 100644 --- a/.github/workflows/attach-release.yml +++ b/.github/workflows/attach-release.yml @@ -17,9 +17,10 @@ jobs: working-directory: ./ - uses: dawidd6/action-download-artifact@v2 + id: download-artifact with: workflow: build-uc2.yml - workflow_conclusion: + workflow_conclusion: success path: artifact - name: Display structure of downloaded files