From 7cf7b2e6f8927af0f34cd99df55cff6d698b942e Mon Sep 17 00:00:00 2001 From: LyokoJeremie Date: Fri, 18 Aug 2023 02:39:24 +0800 Subject: [PATCH] Update cmake-multi-platform-Need_ProxyHandshakeAuth.yml --- ...multi-platform-Need_ProxyHandshakeAuth.yml | 29 ++----------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/.github/workflows/cmake-multi-platform-Need_ProxyHandshakeAuth.yml b/.github/workflows/cmake-multi-platform-Need_ProxyHandshakeAuth.yml index bda4572..cd5a8f3 100644 --- a/.github/workflows/cmake-multi-platform-Need_ProxyHandshakeAuth.yml +++ b/.github/workflows/cmake-multi-platform-Need_ProxyHandshakeAuth.yml @@ -94,35 +94,10 @@ jobs: # # Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator). # # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail # run: ctest --build-config ${{ matrix.build_type }} - - - name: Archive Release (Win) - uses: thedoctor0/zip-release@0.7.1 - if: runner.os == 'Windows' - with: - type: 'zip' - filename: 'Socks5BalancerAsio.zip' - exclusions: '*.git* /*node_modules/* .editorconfig' - directory: ${{ steps.strings.outputs.build-output-dir }}/Release - - - name: Archive Release (Linux) - uses: thedoctor0/zip-release@0.7.1 - if: runner.os != 'Windows' - with: - type: 'zip' - filename: 'Socks5BalancerAsio.zip' - exclusions: '*.git* /*node_modules/* .editorconfig /CMakeFiles/*' - directory: ${{ steps.strings.outputs.build-output-dir }} - - - - name: Upload All - uses: actions/upload-artifact@v1 - with: - name: Socks5BalancerAsioAll-${{ runner.os }}.zip - path: ${{ steps.strings.outputs.build-output-dir }} - name: Upload EXE (Win) if: runner.os == 'Windows' - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: Socks5BalancerAsioWindows.zip path: | @@ -132,7 +107,7 @@ jobs: - name: Upload EXE (Linux) if: runner.os != 'Windows' - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: Socks5BalancerAsioLinux.zip path: |