diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7fd73e59d..c0902861a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,7 +171,7 @@ jobs: steps: - uses: actions/download-artifact@v3 with: - name: ${{ matrix.goos }}-${{ matrix.goarch }} Download + name: path: ./build/${{ matrix.goos }}-${{ matrix.goarch }}/ - name: Display structure of downloaded files run: ls -R