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 - uses: actions/download-artifact@v6
with: with:
pattern: linux-wheels-* pattern: linux-wheels-*
merge-multiples: true merge-multiple: true
path: dist path: dist
- uses: actions/download-artifact@v6 - uses: actions/download-artifact@v6
with: with:
pattern: mac-wheels-* pattern: mac-wheels-*
merge-multiples: true merge-multiple: true
path: dist path: dist
- name: Display structure of downloaded files - name: Display structure of downloaded files
run: ls -R dist run: ls -R dist