Skip to content

Commit 6d846fd

Browse files
committed
added onefile parameter to action
1 parent e39d380 commit 6d846fd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,9 @@ jobs:
4242
run: |
4343
pipenv install --dev
4444
45-
- name: Install Pywin32 if on windows
46-
run: |
47-
if [ "$RUNNER_OS" == "Windows" ]; then
48-
pipenv install pywin32-ctypes pefile
49-
fi
50-
shell: bash
51-
5245
- name: Create Package
5346
run: |
54-
pipenv run pyinstaller main.py -n research-mnemonic
47+
pipenv run pyinstaller main.py -n research-mnemonic --onefile
5548
5649
- uses: "marvinpinto/action-automatic-releases@latest"
5750
with:

0 commit comments

Comments
 (0)