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: |