Skip to content

Commit

Permalink
תיקון זרימת עבודה בניית cli-ai
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Dec 28, 2024
1 parent c04cf85 commit 5a421d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/‏‏publish-cli-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ jobs:
- name: Build EXE
run: |
pyinstaller --onefile \
--add-data "src/core/app/singer-list.csv;app" \
--name "Singles-Sorter" \
--icon "src/core/assets/icon.ico" \
"src/core/singles_sorter_v5.py"
pyinstaller --onefile --add-data "src/core/app/singer-list.csv;app" --name "Singles-Sorter" --icon "src/core/assets/icon.ico" "src/core/singles_sorter_v5.py"
- name: Get the version
id: get_version
Expand Down

0 comments on commit 5a421d7

Please sign in to comment.