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 d3c67a859 Improve upload name for isapi action
d3c67a859 is described below
commit d3c67a8599309b6b8e8cf07c8e19e35122bf58ca
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 19:50:18 2026 +0200
Improve upload name for isapi action
---
.github/workflows/makefile-isapi-win.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/makefile-isapi-win.yml
b/.github/workflows/makefile-isapi-win.yml
index e9eaff2ad..d774f632e 100644
--- a/.github/workflows/makefile-isapi-win.yml
+++ b/.github/workflows/makefile-isapi-win.yml
@@ -43,5 +43,5 @@ jobs:
dumpbin.exe /DEPENDENTS native\iis\${{ matrix.winver }}_${{
matrix.cpu }}_DLL_RELEASE\isapi_redirect.dll
- uses: actions/upload-artifact@v7
with:
- name: ${{ matrix.winver }}-${{ matrix.pcre }}-isapi_redirect
+ name: ${{ matrix.winver }}--${{ matrix.cpu }}-${{ matrix.pcre
}}-isapi_redirect
path: native\iis\${{ matrix.winver }}_${{ matrix.cpu
}}_DLL_RELEASE\isapi_redirect.dll
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]