From 1d17c330e8ce4d9a874f23a9dd6d4efc2d2ae7d3 Mon Sep 17 00:00:00 2001 From: LyokoJeremie Date: Fri, 18 Aug 2023 07:48:00 +0800 Subject: [PATCH] Update cmake-multi-platform-Need_ProxyHandshakeAuth.yml --- .../cmake-multi-platform-Need_ProxyHandshakeAuth.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform-Need_ProxyHandshakeAuth.yml b/.github/workflows/cmake-multi-platform-Need_ProxyHandshakeAuth.yml index 79b9f5f..889d5c9 100644 --- a/.github/workflows/cmake-multi-platform-Need_ProxyHandshakeAuth.yml +++ b/.github/workflows/cmake-multi-platform-Need_ProxyHandshakeAuth.yml @@ -99,14 +99,14 @@ jobs: if: runner.os == 'Windows' uses: chpoit/js-copy-github-action@master with: - source: ${{ github.workspace }}/html + source: ${{ github.workspace }}/html/**/* target: ${{ steps.strings.outputs.build-output-dir }}/Release - name: Copy html (Linux) if: runner.os != 'Windows' uses: chpoit/js-copy-github-action@master with: - source: ${{ github.workspace }}/html + source: ${{ github.workspace }}/html/**/* target: ${{ steps.strings.outputs.build-output-dir }} - name: Copy config (Win)