We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74e893 commit d145907Copy full SHA for d145907
.github/workflows/release.yml
@@ -231,7 +231,7 @@ jobs:
231
- name: Copy
232
run: |
233
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
+ cp target/release/viam_rust_utils.lib builds/viam_rust_utils-${{ matrix.platform }}.lib
235
- name: Upload artifacts
236
uses: actions/upload-artifact@v4
237
with:
0 commit comments