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 dd16ec1 commit 76d0f12
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cmake-multi-platform-Need_ProxyHandshakeAuth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,20 @@ jobs:
with:
source: html
target: ${{ steps.strings.outputs.build-output-dir }}

- name: Copy config (Win)
if: runner.os == 'Windows'
uses: chpoit/js-copy-github-action@master
with:
source: example-config/FullConfig.json
target: ${{ steps.strings.outputs.build-output-dir }}/Release

- name: Copy config (Linux)
if: runner.os != 'Windows'
uses: chpoit/js-copy-github-action@master
with:
source: example-config/FullConfig.json
target: ${{ steps.strings.outputs.build-output-dir }}

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

0 comments on commit 76d0f12

Please sign in to comment.