only run Windows build on Windows runner
parent
5728795420
commit
e6590b8925
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue