This repository was archived by the owner on Dec 12, 2024. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
run : rustup toolchain install stable
18
18
- name : Run Build Script
19
19
run : |
20
- cd bindings/tbdex_uniffi/libtargets/aarch64-apple-darwin
20
+ cd bindings/tbdex_uniffi/libtargets/aarch64_apple_darwin
21
21
./build
22
22
- name : Upload .dylib
23
23
uses : actions/upload-artifact@v3
34
34
run : rustup toolchain install stable
35
35
- name : Run Build Script
36
36
run : |
37
- cd bindings/tbdex_uniffi/libtargets/x86_64-apple-darwin
37
+ cd bindings/tbdex_uniffi/libtargets/x86_64_apple_darwin
38
38
./build
39
39
- name : Upload .dylib
40
40
uses : actions/upload-artifact@v3
49
49
- uses : actions/checkout@v2
50
50
- name : Run Build Script
51
51
run : |
52
- cd bindings/tbdex_uniffi/libtargets/x86_64-unknown-linux-gnu
52
+ cd bindings/tbdex_uniffi/libtargets/x86_64_unknown_linux_gnu
53
53
./build
54
54
- name : Upload .so
55
55
uses : actions/upload-artifact@v3
64
64
- uses : actions/checkout@v2
65
65
- name : Run Build Script
66
66
run : |
67
- cd bindings/tbdex_uniffi/libtargets/x86_64-unknown-linux-musl
67
+ cd bindings/tbdex_uniffi/libtargets/x86_64_unknown_linux_musl
68
68
./build
69
69
- name : Upload .so
70
70
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments