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 committed Aug 17, 2023
1 parent f548bc8 commit 1d17c33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1d17c33

Please sign in to comment.