Skip to content

Commit

Permalink
fixing up the copy script (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
alkwa-msft authored Oct 21, 2022
1 parent f3ea74c commit ca2a40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ca2a40d

Please sign in to comment.