From ca2a40d26efcf0f3ef4868c8ea1a78c3966f8068 Mon Sep 17 00:00:00 2001 From: alkwa-msft <79329532+alkwa-msft@users.noreply.github.com> Date: Fri, 21 Oct 2022 13:08:55 -0700 Subject: [PATCH] fixing up the copy script (#11) --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index f3ce273..4816199 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -25,8 +25,8 @@ jobs: - name: copy file uses: canastro/copy-file-action@master with: - source: "local.settings.template.json" - target: " ./bin/Debug/netcoreapp3.1/publish/local.settings.json" + source: "./local.settings.template.json" + target: "./bin/Debug/netcoreapp3.1/publish/local.settings.json" - name: Create Release shell: bash run: |