diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f00fc67..6082950 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,6 +123,9 @@ jobs: with: name: dist-release-dll + - name: Dir + run: "dir /s /b" + - name: Run Alcatraz-con.exe on release EXE run: "./x64/Release/Alcatraz-con.exe dist-release/socks5-ssh-proxy.exe"