Skip to content

Commit

Permalink
fix: favours
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Aug 2, 2022
1 parent 383c662 commit 6fdf625
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ jobs:
# if ios-sim
# cargo build --manifest-path native/jmbackend/platforms/ios-sim/Cargo.toml --features= --lib --release --target=aarch64-apple-ios-sim
# native/jmbackend/platforms/ios-sim/target/aarch64-apple-ios-sim/release/librust.a ios/
# cargo build --manifest-path native/jmbackend/platforms/ios-sim/Cargo.toml --features= --lib --release --target=x86_64-apple-ios
# lipo -create -output ios/librust.a native/jmbackend/platforms/ios-sim/target/x86_64-apple-ios/release/librust.a native/jmbackend/platforms/ios-sim/target/aarch64-apple-ios-sim/release/librust.a
# cbindgen native/jmbackend/src/lib.rs -l c > ios/rust.h

- name: Install rust target and build (Android-arm64)
if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'android-arm64')
Expand Down
2 changes: 1 addition & 1 deletion ci/version.code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.11
v1.2.12
4 changes: 4 additions & 0 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.2.12

- [x] 修复收藏夹

v1.2.11

- [x] TG群炸了, 换成新的, 在这里通知一下
Expand Down

0 comments on commit 6fdf625

Please sign in to comment.