Skip to content

Commit 84edecb

Browse files
committed
correct Windows build structure
1 parent 61d740d commit 84edecb

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/mac_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
--distpath "./dist" \
4848
"./cmdcompass/main.py"
4949
50+
- name: Delay for filesystem
51+
run: sleep 15
52+
5053
- name: Clean dist
5154
run: |
5255
rm -rf dist/cmdCompass/

.github/workflows/win_build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,10 @@ jobs:
4545
run: |
4646
Start-Sleep -Seconds 15
4747
48-
- name: List output directory structure
49-
run: |
50-
Get-ChildItem -Path .\dist\ -Recurse | Format-List
51-
5248
- name: Reorganize Files
5349
run: |
54-
Move-Item .\dist\_internal\data .\dist\data
55-
Move-Item .\dist\_internal\static .\dist\static
50+
Move-Item .\dist\cmdCompass\_internal\data .\dist\data
51+
Move-Item .\dist\cmdCompass\_internal\static .\dist\static
5652
5753
- name: Create zip Archive
5854
run: |

0 commit comments

Comments
 (0)