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