From e87c8a7c16e8547c2518a80ca29f1432e9b5af0f Mon Sep 17 00:00:00 2001 From: Bitcoin Tools <156422466+bitcoin-tools@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:54:00 -0400 Subject: [PATCH] fix broken quotes --- .github/workflows/validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yaml b/.github/workflows/validation.yaml index 4d6a24588..8322af1c9 100644 --- a/.github/workflows/validation.yaml +++ b/.github/workflows/validation.yaml @@ -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: