Skip to content

Commit ff01181

Browse files
committed
Try to fix downloading. Ugh GitHub.
1 parent d727a26 commit ff01181

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_packages.yml

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
with:
7070
name: version_info
7171
path: shortfin/
72+
merge-multiple: true
73+
74+
- name: Display structure of downloaded files
75+
run: ls -R shortfin/
7276

7377
- name: Build shortfin (Linux x86_64, ${{ matrix.python-version }})
7478
if: "matrix.package == 'shortfin' && matrix.build-family == 'linux-x86_64'"

0 commit comments

Comments
 (0)