add missing slash in download path

This commit is contained in:
Kasey Rodgers 2022-11-03 13:50:31 -07:00
parent 0cdd0fee49
commit c868275bea

View file

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