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 18, 2023
1 parent c2cf139 commit 395980a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
shell: bash
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
echo git-rev=$(git log --pretty=format:'%H' -n 1) >> "$GITHUB_OUTPUT"
- name: Install boost
uses: MarkusJx/install-boost@v2.4.1
Expand Down Expand Up @@ -147,7 +148,7 @@ jobs:
if: runner.os == 'Windows'
uses: actions/upload-artifact@v3
with:
name: Socks5BalancerAsioWindows.zip
name: Socks5BalancerAsioWindows-${{ steps.strings.outputs.git-rev }}.zip
path: |
${{ steps.strings.outputs.build-output-dir }}/Release/Socks5BalancerAsio.exe
${{ steps.strings.outputs.build-output-dir }}/Release/FullConfig.json
Expand All @@ -158,7 +159,7 @@ jobs:
if: runner.os != 'Windows'
uses: actions/upload-artifact@v3
with:
name: Socks5BalancerAsioLinux.zip
name: Socks5BalancerAsioLinux-${{ steps.strings.outputs.git-rev }}.zip
path: |
${{ steps.strings.outputs.build-output-dir }}/Socks5BalancerAsio
${{ steps.strings.outputs.build-output-dir }}/FullConfig.json
Expand Down

0 comments on commit 395980a

Please sign in to comment.