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 afcf0b8c0 Fix path
afcf0b8c0 is described below
commit afcf0b8c03bfeb45f9508be901b094894391b973
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 20:09:15 2026 +0200
Fix path
---
.github/workflows/makefile-mod_jk-win.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/makefile-mod_jk-win.yml
b/.github/workflows/makefile-mod_jk-win.yml
index d82d2c565..0121d3d9a 100644
--- a/.github/workflows/makefile-mod_jk-win.yml
+++ b/.github/workflows/makefile-mod_jk-win.yml
@@ -56,4 +56,4 @@ jobs:
- uses: actions/upload-artifact@v7
with:
name: ${{ matrix.winver }}-${{ matrix.cpu }}-mod_jk
- path: native\apache-2.0\${{ matrix.winver }} _${{ matrix.cpu
}}_DLL_RELEASE\mod_jk.so
+ path: native\apache-2.0\${{ matrix.winver }}_${{ matrix.cpu
}}_DLL_RELEASE\mod_jk.so
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]