File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
command : build
34
34
args : --release --target=${{ matrix.target }}
35
35
- name : Copy
36
- run : cp target/${{ matrix.target }}/release/libviam .dylib builds/libviam -${{ matrix.platform }}.dylib
36
+ run : cp target/${{ matrix.target }}/release/libviam_rust_utils .dylib builds/libviam_rust_utils -${{ matrix.platform }}.dylib
37
37
- name : Upload artifacts
38
38
uses : actions/upload-artifact@v3
39
39
with :
76
76
command : build
77
77
args : --release --target=${{ matrix.target }}
78
78
- name : Copy
79
- run : cp target/${{ matrix.target }}/release/libviam .${{ matrix.ext }} builds/libviam -${{ matrix.platform }}.${{ matrix.ext }}
79
+ run : cp target/${{ matrix.target }}/release/libviam_rust_utils .${{ matrix.ext }} builds/libviam_rust_utils -${{ matrix.platform }}.${{ matrix.ext }}
80
80
- name : Upload artifacts
81
81
uses : actions/upload-artifact@v3
82
82
with :
You can’t perform that action at this time.
0 commit comments