Skip to content

Commit

Permalink
GH-21: Workflow experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed Jun 8, 2024
1 parent e20685b commit a32135f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: curl-${{matrix.arch}}
path: packages/Release-mingw-${{matrix.arch}}-curl/*
path: packages/Release-mingw-${{matrix.arch}}-${{matrix.charset}}-curl/*

package:
name: Final Package
Expand Down
3 changes: 1 addition & 2 deletions _build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ echo.

set bindir=Release-%compiler%-%platform_nsis%-%charset%
set pkgdir=packages\%configuration%-%compiler%-%platform_nsis%-%charset%
set curldir=packages\%configuration%-%compiler%-%platform_nsis%-curl
set curldir=packages\%configuration%-%compiler%-%platform_nsis%-%charset%-curl
set vcpkginstdir=vcpkg\clone\installed\%triplet%

rmdir /s /q %pkgdir% 2> nul
Expand All @@ -144,7 +144,6 @@ call :copy tests\NScurl-Test-build.bat %pkgdir%\Examples\NScurl\
:end_package

:curl_package
if /i "%charset%" neq "unicode" goto :end_curl_package
echo.
call :copy %vcpkginstdir%\tools\curl\curl.exe %curldir%\
call :copy src\nscurl\curl-ca-bundle.crt %curldir%\
Expand Down

0 comments on commit a32135f

Please sign in to comment.