downloads separate OS/arch structures

This commit is contained in:
Kasey Rodgers 2022-11-03 13:36:47 -07:00
parent 52d57fcd1e
commit 0cdd0fee49

View file

@ -172,6 +172,6 @@ jobs:
- uses: actions/download-artifact@v3
with:
name:
path: ./build
path: ./build/${{ matrix.goos }}-${{ matrix.goarch }}
- name: Display structure of downloaded files
run: ls -R