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 f2b1b2235 Improve erroneous whitespace
f2b1b2235 is described below
commit f2b1b2235f3057db0e488724df43ff08e82012e3
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 19:52:58 2026 +0200
Improve erroneous whitespace
---
.github/workflows/makefile-mod_jk-win.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/makefile-mod_jk-win.yml
b/.github/workflows/makefile-mod_jk-win.yml
index c98657e09..d82d2c565 100644
--- a/.github/workflows/makefile-mod_jk-win.yml
+++ b/.github/workflows/makefile-mod_jk-win.yml
@@ -52,8 +52,8 @@ jobs:
run: |
echo on
call "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
- dumpbin.exe /DEPENDENTS native\apache-2.0\${{ matrix.winver }}_${{
matrix.cpu }} _DLL_RELEASE\mod_jk.so
+ dumpbin.exe /DEPENDENTS native\apache-2.0\${{ matrix.winver }}_${{
matrix.cpu }}_DLL_RELEASE\mod_jk.so
- 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]