Skip to content

Commit

Permalink
uh
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed May 22, 2024
1 parent 412b862 commit b3d3fab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ jobs:
CURDIR=`pwd`
cd curl-8.1.0/lib
make V=1
cp .libs/libcurl.a .
cp .libs/libcurl.dll.a .
cp .libs/libcurl.dll
ls -l .libs
cp .libs/libcurl* .
cd ..
tar cf $CURDIR/libcurl-static.tar lib/libcurl.* include/curl/*.h
tar cvf $CURDIR/libcurl-static.tar lib/libcurl* include/curl/*.h
- name: publish artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b3d3fab

Please sign in to comment.