Skip to content

Commit

Permalink
Update cmake-multi-platform-Need_ProxyHandshakeAuth.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyoko-Jeremie authored Aug 17, 2023
1 parent 61a1c0a commit f548bc8
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/cmake-multi-platform-Need_ProxyHandshakeAuth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,22 @@ jobs:
with:
source: ${{ github.workspace }}/example-config/FullConfig.json
target: ${{ steps.strings.outputs.build-output-dir }}

- name: Upload EXE (Win)


- name: Upload All (Win)
if: runner.os == 'Windows'
uses: actions/upload-artifact@v3
with:
name: Socks5BalancerAsioAll-${{ runner.os }}.zip
path: ${{ github.workspace }}
path: ${{ steps.strings.outputs.build-output-dir }}

- name: Upload All (Linux)
if: runner.os != 'Windows'
uses: actions/upload-artifact@v3
with:
name: Socks5BalancerAsioAll-${{ runner.os }}.zip
path: ${{ steps.strings.outputs.build-output-dir }}


- name: Upload EXE (Win)
if: runner.os == 'Windows'
Expand Down

0 comments on commit f548bc8

Please sign in to comment.