Skip to content

Commit

Permalink
Add artifacts package (fix path statement)
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbasnmp authored Nov 9, 2024
1 parent 54c3bac commit 1839c5e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ jobs:
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
path: |
bld/lib/.libs/cygcurl-4.dll
bld/src/.libs/curl.exe
bld/src/curl.exe
- name: 'autotools build tests'
if: ${{ matrix.build == 'automake' && matrix.tflags != 'skipall' }}
Expand Down

0 comments on commit 1839c5e

Please sign in to comment.