Skip to content

Commit 61d740d

Browse files
committed
debug windows build
1 parent dc91c54 commit 61d740d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/win_build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ jobs:
4141
--distpath ".\dist" `
4242
".\cmdcompass\main.py"
4343
44+
- name: Wait for 15 seconds
45+
run: |
46+
Start-Sleep -Seconds 15
47+
48+
- name: List output directory structure
49+
run: |
50+
Get-ChildItem -Path .\dist\ -Recurse | Format-List
51+
4452
- name: Reorganize Files
4553
run: |
4654
Move-Item .\dist\_internal\data .\dist\data

0 commit comments

Comments
 (0)