From 11ac3cde889de878114d4fd7f50c52cf6118bbbd Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:58:42 -0400 Subject: [PATCH] Change single-quotes to double-quotes --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e8ed9b9f9..cfd426e088 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,7 +101,7 @@ jobs: GIT_HASH=$(git describe --long --always --dirty --exclude='*' --abbrev=8) echo "GitHash: ${GIT_HASH}" - sed -i 's/HASH_HERE/$GIT_HASH/' Directory.Build.props + sed -i "s/HASH_HERE/$GIT_HASH/" Directory.Build.props cat Directory.Build.props exit 1