Attempt to list files again, windows...

This commit is contained in:
Jerry Jacobs 2024-07-26 15:08:24 +02:00
parent 6c106f90fb
commit 3413da32a2
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ jobs:
name: dist-release-dll name: dist-release-dll
- name: List files - name: List files
run: "dir /A-D /S /B" run: "dir /b /s /a:-D"
- name: Run Alcatraz-con.exe on DLL - name: Run Alcatraz-con.exe on DLL
run: "./x64/Release/Alcatraz-con.exe dist-dll/dll_windows_amd64_v1/go-socks5-ssh-proxy.dll" run: "./x64/Release/Alcatraz-con.exe dist-dll/dll_windows_amd64_v1/go-socks5-ssh-proxy.dll"