Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit cfb6dbd

Browse files
committed
Attempt to build shared libs dynamically
1 parent f81a59e commit cfb6dbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-mvn-2.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: rustup toolchain install stable
1818
- name: Run Build Script
1919
run: |
20-
cd bindings/tbdex_uniffi/libtargets/aarch64-apple-darwin
20+
cd bindings/tbdex_uniffi/libtargets/aarch64_apple_darwin
2121
./build
2222
- name: Upload .dylib
2323
uses: actions/upload-artifact@v3
@@ -34,7 +34,7 @@ jobs:
3434
run: rustup toolchain install stable
3535
- name: Run Build Script
3636
run: |
37-
cd bindings/tbdex_uniffi/libtargets/x86_64-apple-darwin
37+
cd bindings/tbdex_uniffi/libtargets/x86_64_apple_darwin
3838
./build
3939
- name: Upload .dylib
4040
uses: actions/upload-artifact@v3
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v2
5050
- name: Run Build Script
5151
run: |
52-
cd bindings/tbdex_uniffi/libtargets/x86_64-unknown-linux-gnu
52+
cd bindings/tbdex_uniffi/libtargets/x86_64_unknown_linux_gnu
5353
./build
5454
- name: Upload .so
5555
uses: actions/upload-artifact@v3
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v2
6565
- name: Run Build Script
6666
run: |
67-
cd bindings/tbdex_uniffi/libtargets/x86_64-unknown-linux-musl
67+
cd bindings/tbdex_uniffi/libtargets/x86_64_unknown_linux_musl
6868
./build
6969
- name: Upload .so
7070
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)