Skip to content

Commit 98f0a52

Browse files
committed
curl library name from libARCH.a to libcurl.a
1 parent a66125c commit 98f0a52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ jobs:
217217
218218
cd ..
219219
mkdir -p network/curl/${{ matrix.name }}
220-
mv $folder/lib/.libs/libcurl.a network/curl/${{ matrix.name }}/lib${{matrix.arch}}.a
220+
ls -lah $folder/lib/.libs/
221+
mv $folder/lib/.libs/libcurl.a network/curl/${{ matrix.name }}
221222
222223
- name: linux install uuid-dev
223224
if: matrix.name == 'linux'

0 commit comments

Comments
 (0)