Skip to content

Commit

Permalink
fixing issues with xcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
code2k13 authored Jan 7, 2023
1 parent 5143489 commit 1ef81cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: xcopy weights\* dist\weights\ /E
- name: copy other files
run: |
xcopy LICENSE dist\ /E
xcopy releasenotes.md dist\ /E
xcopy LICENSE dist
xcopy releasenotes.md dist
- uses: thedoctor0/zip-release@main
with:
type: 'zip'
Expand Down

0 comments on commit 1ef81cd

Please sign in to comment.