Skip to content

Commit

Permalink
Use universal libledger_ffi for macos (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingGorrin authored Mar 13, 2024
1 parent fee4a84 commit 2830dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/znn_cli_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Download libledger_ffi
uses: robinraju/release-downloader@v1.8
with:
repository: "zenon-network/ledger_ffi_rs"
repository: "hypercore-one/ledger_ffi_rs"
latest: true
- name: Package Linux binaries
run: |
Expand All @@ -98,7 +98,7 @@ jobs:
chmod +x releases/znn-cli
unzip -j libpow_links-darwin-universal.zip -d releases/
unzip -j libargon2_ffi-darwin-universal.zip -d releases/
unzip -j libledger_ffi-darwin-arch64.zip -d releases/
unzip -j libledger_ffi-darwin-universal.zip -d releases/
rm releases/generator
zip -jr releases/znn-cli-darwin-universal.zip releases/znn-cli releases/libpow_links.dylib releases/libargon2_ffi.dylib releases/libledger_ffi.dylib
rm releases/znn-cli releases/libpow_links.dylib releases/libargon2_ffi.dylib releases/libledger_ffi.dylib
Expand Down

0 comments on commit 2830dbe

Please sign in to comment.