diff --git a/.github/workflows/netexec.yml b/.github/workflows/netexec.yml index 66837033..fe58afa1 100644 --- a/.github/workflows/netexec.yml +++ b/.github/workflows/netexec.yml @@ -22,6 +22,10 @@ jobs: run: | pip install shiv python build_collector.py + - name: Build Windows binary + if: runner.os == "Windows" + run: | + pip install pyinstaller pyinstaller netexec.spec - name: Upload nxc binary uses: actions/upload-artifact@master