diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e6901ad0..833e62b9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,4 +168,10 @@ jobs: - "amd64" - "arm64" - steps: \ No newline at end of file + steps: + - uses: actions/download-artifact@v3 + with: + name: + path: ./build + - name: Display structure of downloaded files + run: ls -R