mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-23 06:16:35 +01:00
Common windows
This commit is contained in:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -123,21 +123,15 @@ jobs:
|
||||
with:
|
||||
name: dist-release-dll
|
||||
|
||||
- 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"
|
||||
- name: Run Alcatraz-con.exe on release EXE
|
||||
run: "./x64/Release/Alcatraz-con.exe dist-release/socks5-ssh-proxy.exe"
|
||||
|
||||
- name: Run Alcatraz-con.exe on DLL
|
||||
run: "./x64/Release/Alcatraz-con.exe dist-dll/dll_windows_amd64_v1/go-socks5-ssh-proxy.dll"
|
||||
- name: Run Alcatraz-con.exe on release DLL
|
||||
run: "./x64/Release/Alcatraz-con.exe dist-release-dll/dll_windows_amd64_v1/go-socks5-ssh-proxy.dll"
|
||||
|
||||
- name: Store release artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dist-obfuscated
|
||||
name: dist-release-obfuscated
|
||||
path: |
|
||||
dist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user