This is an automated email from the ASF dual-hosted git repository.

rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 341e9abb4 Choose descriptive names for uploaded artefacts
341e9abb4 is described below

commit 341e9abb4a35e0204b2369d1d8f0bf8dfdaf2b12
Author: rainerjung <[email protected]>
AuthorDate: Thu Jun 25 02:47:43 2026 +0200

    Choose descriptive names for uploaded artefacts
---
 .github/workflows/makefile.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 1e0cc4b1e..0cfd6d065 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -39,7 +39,7 @@ jobs:
             nmake -f Makefile.vc CPU=${{ matrix.build-arch }} 
STATIC_CRT=Hybrid PCRE=pcre2
     - uses: actions/upload-artifact@v7
       with:
-        name: windows-artifact
+        name: win10-pcre2-isapi_redirect
         path: native\iis\WIN10_X64_DLL_RELEASE\isapi_redirect.dll
   build-pcre:
     strategy:
@@ -72,7 +72,7 @@ jobs:
             nmake -f Makefile.vc CPU=${{ matrix.build-arch }} 
STATIC_CRT=Hybrid PCRE=pcre
     - uses: actions/upload-artifact@v7
       with:
-        name: windows-artifact
+        name: win10-pcre-isapi_redirect
         path: native\iis\WIN10_X64_DLL_RELEASE\isapi_redirect.dll
   build-win7-pcre2:
     strategy:
@@ -105,7 +105,7 @@ jobs:
             nmake -f Makefile.vc CPU=${{ matrix.build-arch }} WINVER=WIN7 
STATIC_CRT=Hybrid PCRE=pcre2
     - uses: actions/upload-artifact@v7
       with:
-        name: windows-artifact
+        name: win7-pcre2-isapi_redirect
         path: native\iis\WIN7_X64_DLL_RELEASE\isapi_redirect.dll
   build-win7-pcre:
     strategy:
@@ -138,5 +138,5 @@ jobs:
             nmake -f Makefile.vc CPU=${{ matrix.build-arch }} WINVER=WIN7 
STATIC_CRT=Hybrid PCRE=pcre
     - uses: actions/upload-artifact@v7
       with:
-        name: windows-artifact
+        name: win7-pcre-isapi_redirect
         path: native\iis\WIN7_X64_DLL_RELEASE\isapi_redirect.dll


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to