Skip to content

Commit

Permalink
Fix directories
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Dec 30, 2023
1 parent b055926 commit f3d7324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f3d7324

Please sign in to comment.