Skip to content

Commit 9a4eaed

Browse files
Update release.yml (#148)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1426740 commit 9a4eaed

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ jobs:
209209
fail-fast: true
210210
matrix:
211211
include:
212-
- target: aarch64-pc-windows-gnullvm
213-
platform: windows_arm64
214212
- target: x86_64-pc-windows-gnu
215213
platform: windows_x86_64
216214
steps:
@@ -231,7 +229,7 @@ jobs:
231229
- name: Copy
232230
run: |
233231
cp target/${{ matrix.target }}/release/viam_rust_utils.dll builds/libviam_rust_utils-${{ matrix.platform }}.dll
234-
cp target/${{ matrix.target }}/release/viam_rust_utils.lib builds/libviam_rust_utils-${{ matrix.platform }}.lib
232+
cp target/${{ matrix.target }}/release/libviam_rust_utils.a builds/libviam_rust_utils-${{ matrix.platform }}.lib
235233
- name: Upload artifacts
236234
uses: actions/upload-artifact@v4
237235
with:

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "viam-rust-utils"
3-
version = "0.3.0"
3+
version = "0.2.17"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Utilities designed for use with Viamrobotics's SDKs"

0 commit comments

Comments
 (0)