Skip to content

Commit d145907

Browse files
authored
Update release.yml
1 parent a74e893 commit d145907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
- name: Copy
232232
run: |
233233
cp target/release/viam_rust_utils.dll builds/libviam_rust_utils-${{ matrix.platform }}.dll
234-
cp target/release/libviam_rust_utils.a builds/libviam_rust_utils-${{ matrix.platform }}.lib
234+
cp target/release/viam_rust_utils.lib builds/viam_rust_utils-${{ matrix.platform }}.lib
235235
- name: Upload artifacts
236236
uses: actions/upload-artifact@v4
237237
with:

0 commit comments

Comments
 (0)