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