File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ jobs:
58
58
59
59
if : steps.release_exists.outputs.id != ''
60
60
61
- # - name: Commit + Push
62
- # id: commit
63
-
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
+
64
+ with :
65
+ default_author : github_actions
66
+ message : Bumping version to v${{ steps.which_version.outputs.version }} [skip ci]
67
67
68
68
build_macos :
69
69
if : github.repository_owner == 'viamrobotics'
@@ -209,8 +209,6 @@ jobs:
209
209
fail-fast : true
210
210
matrix :
211
211
include :
212
- # - target: aarch64-pc-windows-gnullvm
213
- # platform: windows_arm64
214
212
- target : x86_64-pc-windows-gnu
215
213
platform : windows_x86_64
216
214
steps :
@@ -228,13 +226,6 @@ jobs:
228
226
- name : Build
229
227
run : |
230
228
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
238
229
- name : Copy
239
230
run : |
240
231
cp target/${{ matrix.target }}/release/viam_rust_utils.dll builds/libviam_rust_utils-${{ matrix.platform }}.dll
You can’t perform that action at this time.
0 commit comments