diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f4cdb4..1adfe82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,8 +123,10 @@ jobs: with: name: dist-release-dll - - name: List files - run: "dir /b /s /a:-D" + - name: List Files in dist-release* + uses: mirko-felice/list-files-action@v3.0.5 + with: + path: "dist-release*" - name: Run Alcatraz-con.exe on DLL run: "./x64/Release/Alcatraz-con.exe dist-dll/dll_windows_amd64_v1/go-socks5-ssh-proxy.dll"