Skip to content

Commit

Permalink
Update lib_updater workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingGorrin authored Jul 10, 2024
1 parent 39018c1 commit 56d7e89
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/znn_ledger_lib_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
sudo apt upgrade -y
sudo apt install -y unzip
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download libledger_ffi
uses: robinraju/release-downloader@v1.6
uses: robinraju/release-downloader@v1
with:
repository: "hypercore-one/ledger_ffi_rs"
repository: "zenon-network/ledger_ffi_rs"
latest: true
fileName: '*.zip'
- name: Unzip libledger_ffi native library to blobs directory
run: |
unzip -j -o libledger_ffi-darwin-universal.zip -d lib/src/ledger/blobs/
Expand All @@ -44,8 +45,6 @@ jobs:
run: |
git config user.name "Github Actions"
git config user.email "GH-actions-ci@github.com"
git fetch
git pull
git add -f lib/src/ledger/blobs/*
git commit -m "Updated native libraries"
git push origin ${GITHUB_REF##*/}
git push
Binary file modified lib/src/ledger/blobs/libledger_ffi.dll
Binary file not shown.
Binary file modified lib/src/ledger/blobs/libledger_ffi.dylib
Binary file not shown.
Binary file modified lib/src/ledger/blobs/libledger_ffi.so
Binary file not shown.

0 comments on commit 56d7e89

Please sign in to comment.