From e49ab00acb6fd2af7f024bbc4d3a6f3eecd2ecc7 Mon Sep 17 00:00:00 2001 From: Marshall Hallenbeck Date: Mon, 18 Sep 2023 18:20:29 -0400 Subject: [PATCH] fix quotes because that matters apparently --- .github/workflows/netexec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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