Skip to content

Commit

Permalink
Try fixing that copy path again
Browse files Browse the repository at this point in the history
  • Loading branch information
wcolding authored Jun 23, 2024
1 parent 482afec commit 7e5acf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Move APCpp
run: |
cd ..
mkdir SWR_AP_Client\external\APCpp\out\build\x86-Release
copy SWR_AP_Client\external\APCpp\build\Release\APCpp.dll SWR_AP_Client\external\APCpp\out\build\x86-Release
copy SWR_AP_Client\external\APCpp\build\Release\APCpp.lib SWR_AP_Client\external\APCpp\out\build\x86-Release
mkdir SWR_AP_Client\SWR_AP_Client\external\APCpp\out\build\x86-Release
copy SWR_AP_Client\SWR_AP_Client\external\APCpp\build\Release\APCpp.dll SWR_AP_Client\SWR_AP_Client\external\APCpp\out\build\x86-Release
copy SWR_AP_Client\SWR_AP_Client\external\APCpp\build\Release\APCpp.lib SWR_AP_Client\SWR_AP_Client\external\APCpp\out\build\x86-Release
- name: Artifact
uses: actions/upload-artifact@v3
with:
name: APCpp-win
path: |
SWR_AP_Client\external\APCpp\out\build\x86-Release\*
SWR_AP_Client\SWR_AP_Client\external\APCpp\out\build\x86-Release\*

0 comments on commit 7e5acf0

Please sign in to comment.