We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d740d commit 84edecbCopy full SHA for 84edecb
2 files changed
.github/workflows/mac_build.yml
@@ -47,6 +47,9 @@ jobs:
47
--distpath "./dist" \
48
"./cmdcompass/main.py"
49
50
+ - name: Delay for filesystem
51
+ run: sleep 15
52
+
53
- name: Clean dist
54
run: |
55
rm -rf dist/cmdCompass/
.github/workflows/win_build.yml
@@ -45,14 +45,10 @@ jobs:
45
46
Start-Sleep -Seconds 15
- - name: List output directory structure
- run: |
- Get-ChildItem -Path .\dist\ -Recurse | Format-List
-
- name: Reorganize Files
- Move-Item .\dist\_internal\data .\dist\data
- Move-Item .\dist\_internal\static .\dist\static
+ Move-Item .\dist\cmdCompass\_internal\data .\dist\data
+ Move-Item .\dist\cmdCompass\_internal\static .\dist\static
56
57
- name: Create zip Archive
58
0 commit comments