Scan transaction
This commit is contained in:
parent
3529b2271e
commit
e2f83f6c07
|
@ -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')
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue