Skip to content

Commit a89ad5b

Browse files
committed
it works
1 parent b692691 commit a89ad5b

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
uses: andymckay/[email protected]
5959
if: steps.release_exists.outputs.id != ''
6060

61-
#- name: Commit + Push
62-
#id: commit
63-
#uses: EndBug/[email protected]
64-
#with:
65-
#default_author: github_actions
66-
#message: Bumping version to v${{ steps.which_version.outputs.version }} [skip ci]
61+
- name: Commit + Push
62+
id: commit
63+
uses: EndBug/[email protected]
64+
with:
65+
default_author: github_actions
66+
message: Bumping version to v${{ steps.which_version.outputs.version }} [skip ci]
6767

6868
build_macos:
6969
if: github.repository_owner == 'viamrobotics'
@@ -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:
@@ -228,13 +226,6 @@ jobs:
228226
- name: Build
229227
run: |
230228
cargo build --release --target=${{ matrix.target }}
231-
- name: list
232-
run: |
233-
ls
234-
ls target
235-
ls target/x86_64-pc-windows-gnu
236-
ls target/x86_64-pc-windows-gnu/release
237-
ls target/release
238229
- name: Copy
239230
run: |
240231
cp target/${{ matrix.target }}/release/viam_rust_utils.dll builds/libviam_rust_utils-${{ matrix.platform }}.dll

0 commit comments

Comments
 (0)