Attempt to list files again, windows...
This commit is contained in:
parent
3413da32a2
commit
2f9cb8626e
|
|
@ -123,8 +123,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: dist-release-dll
|
name: dist-release-dll
|
||||||
|
|
||||||
- name: List files
|
- name: List Files in dist-release*
|
||||||
run: "dir /b /s /a:-D"
|
uses: mirko-felice/list-files-action@v3.0.5
|
||||||
|
with:
|
||||||
|
path: "dist-release*"
|
||||||
|
|
||||||
- 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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue