Skip to content

Commit

Permalink
debug windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwangwyx committed May 20, 2024
1 parent dc91c54 commit 61d740d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/win_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
--distpath ".\dist" `
".\cmdcompass\main.py"
- name: Wait for 15 seconds
run: |
Start-Sleep -Seconds 15
- name: List output directory structure
run: |
Get-ChildItem -Path .\dist\ -Recurse | Format-List
- name: Reorganize Files
run: |
Move-Item .\dist\_internal\data .\dist\data
Expand Down

0 comments on commit 61d740d

Please sign in to comment.