Skip to content

Commit 80ef971

Browse files
Update and rename Build Binaries to build_binaries
1 parent 7044ed2 commit 80ef971

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ jobs:
1313
python-version: ["3.12"]
1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: NetExec set up python on ${{ matrix.os }}
16+
- name: Set up python on ${{ matrix.os }}
1717
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
20-
- name: Build Native Binary
20+
- name: Build binary
2121
run: |
22-
pip install pyinstaller pillow
22+
pip install pyinstaller
2323
pip install .
2424
pyinstaller wddh.spec
25-
- name: Upload Windows Binary
25+
- name: Upload Windows binary
2626
if: runner.os == 'windows'
2727
uses: actions/upload-artifact@v4
2828
with:
2929
name: wddh.exe
3030
path: dist/wddh.exe
31-
- name: Upload Nix/OSx Binary
31+
- name: Upload non windows binary
3232
if: runner.os != 'windows'
3333
uses: actions/upload-artifact@v4
3434
with:

0 commit comments

Comments
 (0)