diff --git a/.github/workflows/win_build.yml b/.github/workflows/win_build.yml index 17c03cb..47d7e3d 100644 --- a/.github/workflows/win_build.yml +++ b/.github/workflows/win_build.yml @@ -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