Skip to content

Commit fc98de6

Browse files
authored
Fix macos artifact download (#33)
1 parent 702d1ef commit fc98de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
uses: actions/download-artifact@v4
189189
with:
190190
path: dist
191-
name: pc_ble_driver_py-macos-14-*
191+
pattern: pc_ble_driver_py-macos-14-*
192192

193193
- name: flatten folder structure
194194
working-directory: dist

0 commit comments

Comments
 (0)