Skip to content

Commit

Permalink
Build artifacts package
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbasnmp authored Nov 9, 2024
1 parent 72d67a5 commit 54c3bac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ jobs:
find . -name '*.exe' -o -name '*.dll'
bld/src/curl.exe --disable --version
- name: Upload Windows executable
uses: actions/upload-artifact@v4
with:
name: package
path: bld/lib/.libs/cygcurl-4.dll
path: /bld/src/.libs/curl.exe
path: bld/src/curl.exe

- name: 'autotools build tests'
if: ${{ matrix.build == 'automake' && matrix.tflags != 'skipall' }}
timeout-minutes: 15
Expand Down

0 comments on commit 54c3bac

Please sign in to comment.