28
28
- run : cargo install flutter_rust_bridge_codegen --version 2.0.0-dev.22
29
29
- run : flutter_rust_bridge_codegen generate
30
30
- run : scripts/build-android.sh
31
- - uses : actions/upload-artifact@v3
31
+ - uses : actions/upload-artifact@v4
32
32
with :
33
33
name : xmtp_bindings_flutter.jniLibs.tar.gz
34
34
path : bindings_flutter/platform-build/xmtp_bindings_flutter.jniLibs.tar.gz
51
51
- run : cargo install flutter_rust_bridge_codegen --version 2.0.0-dev.22
52
52
- run : flutter_rust_bridge_codegen generate
53
53
- run : scripts/build-linux.sh
54
- - uses : actions/upload-artifact@v3
54
+ - uses : actions/upload-artifact@v4
55
55
with :
56
56
name : xmtp_bindings_flutter.linux.tar.gz
57
57
path : bindings_flutter/platform-build/xmtp_bindings_flutter.linux.tar.gz
@@ -73,12 +73,12 @@ jobs:
73
73
- run : cargo install flutter_rust_bridge_codegen --version 2.0.0-dev.22
74
74
- run : flutter_rust_bridge_codegen generate
75
75
- run : scripts/build-apple.sh
76
- - uses : actions/upload-artifact@v3
76
+ - uses : actions/upload-artifact@v4
77
77
with :
78
78
name : xmtp_bindings_flutter.xcframework.zip
79
79
path : bindings_flutter/platform-build/xmtp_bindings_flutter.xcframework.zip
80
80
retention-days : 1
81
- - uses : actions/upload-artifact@v3
81
+ - uses : actions/upload-artifact@v4
82
82
with :
83
83
name : libxmtp_bindings_flutter.dylib
84
84
path : bindings_flutter/platform-build/libxmtp_bindings_flutter.dylib
89
89
steps :
90
90
- uses : actions/download-artifact@v4
91
91
with :
92
- name : libxmtp_bindings_flutter.dylib
93
- - uses : actions/download-artifact@v4
94
- with :
95
- name : xmtp_bindings_flutter.xcframework.zip
96
- - uses : actions/download-artifact@v4
97
- with :
98
- name : xmtp_bindings_flutter.linux.tar.gz
99
- - uses : actions/download-artifact@v4
100
- with :
101
- name : xmtp_bindings_flutter.jniLibs.tar.gz
92
+ path : .
93
+ merge-multiple : true
102
94
- id : create_release
103
95
uses : actions/create-release@v1
104
96
env :
0 commit comments