From f3d73248ee31d1817d22a8574fc3466802548032 Mon Sep 17 00:00:00 2001 From: Yifei Kong Date: Sat, 30 Dec 2023 21:42:36 +0800 Subject: [PATCH] Fix directories --- .github/workflows/build-win.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-win.yaml b/.github/workflows/build-win.yaml index 7e0475ce..8f4d840e 100644 --- a/.github/workflows/build-win.yaml +++ b/.github/workflows/build-win.yaml @@ -55,12 +55,12 @@ jobs: - name: Copy and patch shell: msys2 {0} - run: ./build.sh + run: ./win/build.sh - uses: ilammy/msvc-dev-cmd@v1 - name: Generate lib files - run: ./dll2lib.bat 64 dist\libcurl.dll + run: ./win/dll2lib.bat 64 dist\libcurl.dll - name: Build tarball shell: msys2 {0}