From f9a1b49c2b7c9cc216aba24962417af623c0dc7d Mon Sep 17 00:00:00 2001 From: Amarachi Omereife Date: Sun, 15 Oct 2023 12:46:18 +0100 Subject: [PATCH] refactor --- .github/workflows/attach-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/attach-release.yml b/.github/workflows/attach-release.yml index 09a8d960..f82e2551 100644 --- a/.github/workflows/attach-release.yml +++ b/.github/workflows/attach-release.yml @@ -5,7 +5,7 @@ on: types: - released workflow_dispatch: - + jobs: download-artifacts: runs-on: ubuntu-latest @@ -14,7 +14,6 @@ jobs: - uses: actions/download-artifact@v3 with: - name: my-artifact path: artifacts - name: Display structure of downloaded files