Skip to content

Commit

Permalink
fix: correct typo (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 authored Jan 19, 2024
1 parent 9914fd8 commit 128fb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
echo "Cycles ledger:"
ls .dfx/local/canisters/cycles-ledger
echo "Depositor:"
ls .dfx/local/depositor/depositor
ls .dfx/local/canisters/depositor
echo "Fake CMC:"
ls .dfx/local/canisters/fake-cmc
(cd .dfx/local/canisters/cycles-ledger && shasum -a 256 cycles-ledger.wasm.gz > cycles-ledger.wasm.gz.sha256)
Expand Down

0 comments on commit 128fb02

Please sign in to comment.