remove name in bundle workflow

This commit is contained in:
Kasey Rodgers 2022-11-03 13:57:16 -07:00
parent c868275bea
commit 31bb5be2ac

View file

@ -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