Skip to content

Commit

Permalink
fix(ci): update libtari_wallet_ffi sha256sums (#4968)
Browse files Browse the repository at this point in the history
Description
Update libtari_wallet_ffi sha256sums for top level paths - strip out folder part

Motivation and Context
Make verification easier

How Has This Been Tested?
Built in local fork and tested with verification
  • Loading branch information
leet4tari authored Nov 28, 2022
1 parent de54416 commit 5de63d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_libwallets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ jobs:
# run: |
# find . -name changelog.md -type f -exec cp -vf {} "$GITHUB_WORKSPACE/" \;

- name: Update sha256sums for top level paths
shell: bash
working-directory: libwallets
run: |
ls -alht
find . -name "libtari_wallet_ffi.*.sha256sums" -type f \
-exec sed -i -e "s/libwallet-.*\///g" '{}' \;
ls -alht
- name: Create release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 5de63d3

Please sign in to comment.