Skip to content

Commit 461e554

Browse files
committed
fix typo
1 parent f117c60 commit 461e554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
- name: Upload compiled FFI modules
187187
uses: actions/upload-artifact@v4
188188
with:
189-
name: ffi-modules-${matrix-target}
189+
name: ffi-modules-${{matrix-target}}
190190
path: ffi-modules
191191
# Package all the generated bindings
192192
packaging:

0 commit comments

Comments
 (0)