Skip to content

Commit

Permalink
fix broken quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Oct 5, 2024
1 parent 7521d11 commit e87c8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ jobs:
sh -x ./nodebuilder
[ "$?" -gt 0 ] && echo "nodebuilder exited with status $?" >&2 && exit 1
find / -name debug.log 2> /dev/null | grep bitcoin || true
cp '${HOME}/.bitcoin/debug.log' '/artifacts/'
cp "${HOME}/.bitcoin/debug.log" '/artifacts/'
- name: Save Bitcoin Core log as artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e87c8a7

Please sign in to comment.