Skip to content

Commit a2f1d0e

Browse files
rename built executables
1 parent 1602510 commit a2f1d0e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,7 @@ jobs:
5252
- name: install dependencies
5353
run: pip install pyinstaller .
5454
- name: build executable
55-
run: pyinstaller packetraven/packetraven.py --windowed --onefile
56-
- name: rename Mac OSX executable
57-
if: matrix.os == 'macos-latest'
58-
shell: bash
59-
run: mv dist/__main__ dist/packetraven
60-
- name: rename Windows executable
61-
if: matrix.os == 'windows-latest'
62-
shell: bash
63-
run: mv dist/__main__.exe dist/packetraven.exe
55+
run: pyinstaller packetraven/__main__.py --windowed --onefile --name packetraven
6456
- name: Upload files to a GitHub release
6557
uses: svenstaro/upload-release-action@2.2.1
6658
with:

0 commit comments

Comments
 (0)