fix quotes because that matters apparently

This commit is contained in:
Marshall Hallenbeck
2023-09-18 18:20:29 -04:00
parent 74bcf39ad0
commit e49ab00acb
+1 -1
View File
@@ -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