File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
1414 include :
1515 - os : macos-latest
1616 TARGET : macos
17- CMD_BUILD : pyinstaller src/main.py --onefile --nowindow -n docker-remote-proxy
18- OUT_FILE_NAME : docker-remote-proxy
17+ CMD_BUILD : pyinstaller src/main.py --onefile --nowindow -n docker-remote-proxy-macos
18+ OUT_FILE_NAME : docker-remote-proxy-macos
1919 - os : windows-latest
2020 TARGET : windows
2121 CMD_BUILD : pyinstaller src/main.py --onefile --nowindow -n docker-remote-proxy
2222 OUT_FILE_NAME : docker-remote-proxy.exe
2323 - os : ubuntu-latest
2424 TARGET : linux
25- CMD_BUILD : pyinstaller src/main.py --onefile --nowindow -n docker-remote-proxy
26- OUT_FILE_NAME : docker-remote-proxy
25+ CMD_BUILD : pyinstaller src/main.py --onefile --nowindow -n docker-remote-proxy-linux
26+ OUT_FILE_NAME : docker-remote-proxy-linux
2727 steps :
2828 - uses : actions/checkout@v1
2929 - name : Set up Python 3.9
You can’t perform that action at this time.
0 commit comments