Skip to content

Commit

Permalink
ci: Fix client dll
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMrBonnie committed Oct 22, 2023
1 parent c3885ab commit b54504f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ jobs:
- name: Copy files
shell: cmd
run: |
mkdir upload\modules\js-module-v2
copy build\windows\x64\release\js-client-v2.dll upload\modules\js-client-v2
copy build\windows\x64\release\js-client-v2.pdb upload\modules\js-client-v2
mkdir upload\modules
copy build\windows\x64\release\js-client-v2.dll upload\modules
copy build\windows\x64\release\js-client-v2.pdb upload\modules
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b54504f

Please sign in to comment.