fix property name (#2736)

This commit is contained in:
Mike Drob
2025-11-05 06:31:56 -06:00
committed by GitHub
parent 6ece97f69b
commit 761f901a41

View File

@@ -131,12 +131,12 @@ jobs:
- uses: actions/download-artifact@v6
with:
pattern: linux-wheels-*
merge-multiples: true
merge-multiple: true
path: dist
- uses: actions/download-artifact@v6
with:
pattern: mac-wheels-*
merge-multiples: true
merge-multiple: true
path: dist
- name: Display structure of downloaded files
run: ls -R dist