From e96a9757374ba6e2c0456f0975766c6598128e1e Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Sat, 8 Apr 2023 11:14:48 +0200 Subject: [PATCH] extension --- .github/workflows/golang-test-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golang-test-windows.yml b/.github/workflows/golang-test-windows.yml index 47611bed8..a56910033 100644 --- a/.github/workflows/golang-test-windows.yml +++ b/.github/workflows/golang-test-windows.yml @@ -43,8 +43,8 @@ jobs: - name: accept eula run: PsExec64 -accepteula -s ipconfig - name: Generate Iface Test bin - run: go test -c -o iface-testing.bin ./iface/ + run: go test -c -o iface-testing.bin.exe ./iface/ - name: Test run: | - mv iface-testing.bin 'C:\Windows\temp\' + mv iface-testing.bin.exe 'C:\Windows\temp\' PsExec64 -s 'C:\Windows\temp\iface-testing.bin.exe' \ No newline at end of file