Skip to content

Commit bc006a4

Browse files
author
Bryan Howard
committed
skipping dll and exe files.
1 parent aef0b1c commit bc006a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,12 @@ jobs:
7272
--include-data-dir=examples=examples `
7373
--include-data-file=dark_theme.qss=dark_theme.qss `
7474
--include-data-dir=python_runtime=python_runtime `
75+
--include-data-file=python_runtime\\python.exe=python_runtime\\python.exe `
76+
--include-data-file=python_runtime\\*.dll=python_runtime\\ `
7577
--assume-yes-for-downloads `
7678
main.py
7779
80+
7881
- name: Prepare artifact for release
7982
id: package
8083
run: |

0 commit comments

Comments
 (0)