File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 if : matrix.os == 'windows-latest'
3131 run : |
3232 uv run pyinstaller --onefile --windowed `
33- --name "619LogTool-Win " `
33+ --name "619 Log Tool " `
3434 --icon "1024hat.png" `
3535 --add-data "3840Wide.png;." `
3636 --add-data "1024hat.png;." `
4242 if : matrix.os == 'macos-latest'
4343 run : |
4444 uv run pyinstaller --onefile --windowed \
45- --name "619LogTool-Mac " \
45+ --name "619 Log Tool " \
4646 --icon "1024hat.png" \
4747 --add-data "3840Wide.png:." \
4848 --add-data "1024hat.png:." \
@@ -54,12 +54,12 @@ jobs:
5454 if : matrix.os == 'windows-latest'
5555 uses : actions/upload-artifact@v4
5656 with :
57- name : 619LogTool -Windows
57+ name : 619 Log Tool -Windows
5858 path : dist/*.exe
5959
6060 - name : Upload Artifacts (macOS)
6161 if : matrix.os == 'macos-latest'
6262 uses : actions/upload-artifact@v4
6363 with :
64- name : 619LogTool -macOS
65- path : dist/*.app
64+ name : 619 Log Tool -macOS
65+ path : " dist/*.app"
You can’t perform that action at this time.
0 commit comments