File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Build + draft release
2
2
3
3
on :
4
- pull_request :
5
4
workflow_dispatch :
6
5
inputs :
7
6
version :
@@ -238,8 +237,8 @@ jobs:
238
237
ls target/release
239
238
- name : Copy
240
239
run : |
241
- cp target/${{ matrix.target }}/release/libviam_rust_utils .dll builds/libviam_rust_utils-${{ matrix.platform }}.dll
242
- cp target/${{ matrix.target }}/release/libviam_rust_utils.lib builds/libviam_rust_utils-${{ matrix.platform }}.lib
240
+ cp target/${{ matrix.target }}/release/viam_rust_utils .dll builds/libviam_rust_utils-${{ matrix.platform }}.dll
241
+ cp target/${{ matrix.target }}/release/libviam_rust_utils.a builds/libviam_rust_utils-${{ matrix.platform }}.lib
243
242
- name : Upload artifacts
244
243
uses : actions/upload-artifact@v4
245
244
with :
You can’t perform that action at this time.
0 commit comments