Skip to content

Commit 77fbc21

Browse files
Change cp command to copy for Windows compatibility
1 parent 75e4f15 commit 77fbc21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Copy app.config to release-files
9292
run: |
93-
cp ${{ github.workspace }}\app.config ${{ github.workspace }}\release-files\net48\app.config
93+
copy ${{ github.workspace }}\app.config ${{ github.workspace }}\release-files\net48\app.config
9494
9595
- name: Create Release
9696
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)