Skip to content

Commit

Permalink
fix: update path in ledger update action
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Dec 2, 2023
1 parent b510be6 commit ba5693e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions/update-ledgers/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
ls -lah ledgers.json
# note md5
shasum ledgers.json
shasum bifold/packages/legacy/core/configs/ledgers/indy/ledgers.json
shasum bifold/packages/legacy/core/App/configs/ledgers/indy/ledgers.json
mv ledgers.json bifold/packages/legacy/core/configs/ledgers/indy/ledgers.json
shasum bifold/packages/legacy/core/configs/ledgers/indy/ledgers.json
mv ledgers.json bifold/packages/legacy/core/App/configs/ledgers/indy/ledgers.json
shasum bifold/packages/legacy/core/App/configs/ledgers/indy/ledgers.json

0 comments on commit ba5693e

Please sign in to comment.