Skip to content

Commit

Permalink
הסרת גרסה v3
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Aug 21, 2024
1 parent 8ea2647 commit 1597a93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +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_v3.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_v4.py"
- name: Get the version
id: get_version
Expand Down
File renamed without changes.

0 comments on commit 1597a93

Please sign in to comment.