diff --git a/.github/workflows/netexec.yml b/.github/workflows/netexec.yml index 7f6bd6c8..4a613853 100644 --- a/.github/workflows/netexec.yml +++ b/.github/workflows/netexec.yml @@ -23,7 +23,7 @@ jobs: pip install shiv python build_collector.py - name: Build Windows binary - if: runner.os == "windows" + if: runner.os == 'windows' run: | pip install pyinstaller pyinstaller netexec.spec