Skip to content

Commit fb0e420

Browse files
committed
rename out files on build
1 parent a1e861c commit fb0e420

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)