diff --git a/.github/workflows/attach-release.yml b/.github/workflows/attach-release.yml index 00887663..b81e4445 100644 --- a/.github/workflows/attach-release.yml +++ b/.github/workflows/attach-release.yml @@ -23,6 +23,8 @@ jobs: - name: Download MyArtifacts uses: actions/download-artifact@v3 + with: + path: ./artifacts - name: Display structure of downloaded files run: ls -R