Skip to content

Commit 4cd53d9

Browse files
authored
Update release.yml
1 parent 8ad52b7 commit 4cd53d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
command: build
3434
args: --release --target=${{ matrix.target }}
3535
- name: Copy
36-
run: cp target/${{ matrix.target }}/release/libviam.dylib builds/libviam-${{ matrix.platform }}.dylib
36+
run: cp target/${{ matrix.target }}/release/libviam_rust_utils.dylib builds/libviam_rust_utils-${{ matrix.platform }}.dylib
3737
- name: Upload artifacts
3838
uses: actions/upload-artifact@v3
3939
with:
@@ -76,7 +76,7 @@ jobs:
7676
command: build
7777
args: --release --target=${{ matrix.target }}
7878
- name: Copy
79-
run: cp target/${{ matrix.target }}/release/libviam.${{ matrix.ext }} builds/libviam-${{ matrix.platform }}.${{ matrix.ext }}
79+
run: cp target/${{ matrix.target }}/release/libviam_rust_utils.${{ matrix.ext }} builds/libviam_rust_utils-${{ matrix.platform }}.${{ matrix.ext }}
8080
- name: Upload artifacts
8181
uses: actions/upload-artifact@v3
8282
with:

0 commit comments

Comments
 (0)