Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 14, 2025
1 parent 9ff3bf0 commit 2d5f598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
- name: Build with PyInstaller
run: |
pyinstaller --name ccompass_bundle_onefile --onefile --windowed -p . ccompass
ccompass_path=$(python -c "import os, sys; print(os.path.join(os.path.dirname(sys.executable), 'Scripts', 'ccompass'))")
pyinstaller --name ccompass_bundle_onefile --onefile --windowed -p . "$ccompass_path"
shell: bash

- name: Upload artifact
Expand Down

0 comments on commit 2d5f598

Please sign in to comment.