Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
axojhf committed Dec 30, 2022
1 parent b2cb1e9 commit af0299d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ jobs:
- name: Package Directories
run: |
# 复制C:\vcpkg\installed\x64-mingw-static\lib到C:\curl\lib,复制C:\vcpkg\installed\x64-mingw-static\include到C:\curl\include
Copy-Item -Path 'C:\vcpkg\installed\x64-mingw-static\lib' -Destination 'C:\curl\lib' -Recurse -Force
Copy-Item -Path C:\vcpkg\installed\x64-mingw-static\include -Destination C:\curl\include -Recurse -Force
7z a cpr_latest_MinGW64_Static.7z C:\curl
Copy-Item -Path 'C:\vcpkg\installed\x64-mingw-static\lib' -Destination 'C:\curl' -Recurse -Force
Copy-Item -Path C:\vcpkg\installed\x64-mingw-static\include -Destination C:\curl -Recurse -Force
7z a curl_MinGW64_Static.7z C:\curl
- uses: actions/upload-artifact@v3
with:
name: cpr_latest_MinGW64_Static
path: cpr_latest_MinGW64_Static.7z
name: curl_MinGW64_Static
path: curl_MinGW64_Static.7z

# coost-vc143-build:
# name: Coost Vcpkg vc143 Build
Expand Down

0 comments on commit af0299d

Please sign in to comment.