try adding *

This commit is contained in:
Kasey Rodgers 2022-11-04 09:51:21 -07:00
parent 7948786a18
commit 9155ce35b4

View file

@ -175,6 +175,6 @@ jobs:
run: ls -R
with:
name:
path: ./build/${{ matrix.goos }}-${{ matrix.goarch }}/
path: ./build/${{ matrix.goos }}-${{ matrix.goarch }}/*
- name: Display structure of downloaded files
run: ls -R