Skip to content

Commit e3befff

Browse files
committed
fix typo
1 parent f6a696b commit e3befff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ jobs:
200200
- name: Download compiled FFI
201201
uses: actions/download-artifact@v4
202202
with:
203-
name: ffi-modules
204-
path: ffi-modules-*
203+
path: ffi-modules
204+
pattern: ffi-modules-*
205205
merge-multiple: true
206206
- name: Package all bindings
207207
run: cargo run --bin foo-bindings -- --package ./ffi-modules --options ./packaging.json

0 commit comments

Comments
 (0)