Skip to content

Commit b692691

Browse files
committed
gotcha
1 parent 3f0761f commit b692691

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build + draft release
22

33
on:
4-
pull_request:
54
workflow_dispatch:
65
inputs:
76
version:
@@ -238,8 +237,8 @@ jobs:
238237
ls target/release
239238
- name: Copy
240239
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
243242
- name: Upload artifacts
244243
uses: actions/upload-artifact@v4
245244
with:

0 commit comments

Comments
 (0)