Skip to content

Commit 49a36b9

Browse files
committed
correctly copy bindings artifacts
1 parent e5854b1 commit 49a36b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dojoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
- name: Organize downloaded files
345345
run: |
346346
# Bindings
347-
cp artifacts/bindings-artifact/Dojo.cs Assets/Dojo/Runtime/Bindings/Dojo.cs
347+
cp artifacts/bindings-artifact/* Assets/Dojo/Runtime/Bindings/
348348
# Libs
349349
cp artifacts/linux-x86_64-artifact/libdojo_c.so Assets/Dojo/Plugins/Linux/libdojo_c.so
350350
cp artifacts/windows-x86_64-artifact/dojo_c.dll Assets/Dojo/Plugins/Windows/libdojo_c.dll

0 commit comments

Comments
 (0)