Scan transaction

This commit is contained in:
Hanh 2023-05-31 23:50:44 +10:00
parent 3529b2271e
commit e2f83f6c07
4 changed files with 8 additions and 3 deletions

View File

@ -72,6 +72,11 @@ jobs:
- name: package
run: ./build-scripts/mac/pkg-mac.sh
- uses: actions/upload-artifact@v3
with:
name: dmg
path: ./ywallet-universal.dmg
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')

View File

@ -2,4 +2,4 @@ set -x
rustup target add aarch64-apple-darwin
cargo b -r --target=aarch64-apple-darwin --features=dart_ffi,sqlcipher,ledger
cd target/aarch64-apple-darwin/release
rm -rf build examples deps incremental
rm -rf build examples deps incremental .fingerprint *.rlib

View File

@ -1,4 +1,4 @@
set -x
cargo b -r --target=x86_64-apple-darwin --features=dart_ffi,sqlcipher,ledger
cd target/x86_64-apple-darwin/release
rm -rf build examples deps incremental
rm -rf build examples deps incremental .fingerprint *.rlib

@ -1 +1 @@
Subproject commit 30a15019f78a7f427ed33b7a2d2fcd5241096ee6
Subproject commit 46695c0544dc2303a7c254f7b6177807e2eb7030