From 70caa9be348c87526e2d41194a3618d14633b7dc Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Wed, 10 Jun 2020 17:00:40 +0200 Subject: Add dependencies as artifacts to be able to download them --- .github/workflows/pip-packaging-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml index 5d9eafe7..95205258 100644 --- a/.github/workflows/pip-packaging-windows.yml +++ b/.github/workflows/pip-packaging-windows.yml @@ -45,4 +45,4 @@ jobs: uses: actions/upload-artifact@v1 with: name: dependencies - path: c:/vcpkg/installed/x64-windows/lib/ + path: c:/vcpkg/installed/x64-windows/bin/ -- cgit v1.2.3