Skip to content

Commit 1ef81cd

Browse files
authored
fixing issues with xcopy
1 parent 5143489 commit 1ef81cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
run: xcopy weights\* dist\weights\ /E
3131
- name: copy other files
3232
run: |
33-
xcopy LICENSE dist\ /E
34-
xcopy releasenotes.md dist\ /E
33+
xcopy LICENSE dist
34+
xcopy releasenotes.md dist
3535
- uses: thedoctor0/zip-release@main
3636
with:
3737
type: 'zip'

0 commit comments

Comments
 (0)