only run Windows build on Windows runner
parent
5728795420
commit
e6590b8925
|
@ -22,6 +22,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install shiv
|
pip install shiv
|
||||||
python build_collector.py
|
python build_collector.py
|
||||||
|
- name: Build Windows binary
|
||||||
|
if: runner.os == "Windows"
|
||||||
|
run: |
|
||||||
|
pip install pyinstaller
|
||||||
pyinstaller netexec.spec
|
pyinstaller netexec.spec
|
||||||
- name: Upload nxc binary
|
- name: Upload nxc binary
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
|
|
Loading…
Reference in New Issue