From 61d740de29cc5ed8e071e915a39d1f33a9aa1523 Mon Sep 17 00:00:00 2001 From: John Wang Date: Sun, 19 May 2024 17:16:31 -0700 Subject: [PATCH] debug windows build --- .github/workflows/win_build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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