Skip to content

Commit

Permalink
.github/workflows: Fix workflow artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniElectra committed May 30, 2024
1 parent d3b519b commit 439cdd2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
with:
name: curl-msvc6-release-static
path: |
builds/libcurl-vc6-x86-release-static/curl.exe
builds/libcurl-vc6-x86-release-static/curl.pdb
builds/libcurl-vc6-x86-release-static/bin/curl.exe
builds/libcurl-vc6-x86-release-static/bin/curl.pdb
msvc6-release-dll:
runs-on: windows-latest
Expand All @@ -77,9 +77,9 @@ jobs:
with:
name: curl-msvc6-release-dll
path: |
builds/libcurl-vc6-x86-release-dll/curl.exe
builds/libcurl-vc6-x86-release-dll/curl.pdb
builds/libcurl-vc6-x86-release-dll/libcurl.dll
builds/libcurl-vc6-x86-release-dll/bin/curl.exe
builds/libcurl-vc6-x86-release-dll/bin/curl.pdb
builds/libcurl-vc6-x86-release-dll/bin/libcurl.dll
msvc6-debug-static:
runs-on: windows-latest
Expand All @@ -106,8 +106,8 @@ jobs:
with:
name: curl-msvc6-debug-static
path: |
builds/libcurl-vc6-x86-debug-static/curl.exe
builds/libcurl-vc6-x86-debug-static/curl.pdb
builds/libcurl-vc6-x86-debug-static/bin/curl.exe
builds/libcurl-vc6-x86-debug-static/bin/curl.pdb
msvc6-debug-dll:
runs-on: windows-latest
Expand All @@ -134,6 +134,6 @@ jobs:
with:
name: curl-msvc6-debug-dll
path: |
builds/libcurl-vc6-x86-debug-dll/curl.exe
builds/libcurl-vc6-x86-debug-dll/curl.pdb
builds/libcurl-vc6-x86-debug-dll/libcurl_debug.dll
builds/libcurl-vc6-x86-debug-dll/bin/curl.exe
builds/libcurl-vc6-x86-debug-dll/bin/curl.pdb
builds/libcurl-vc6-x86-debug-dll/bin/libcurl_debug.dll

0 comments on commit 439cdd2

Please sign in to comment.