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 02e5b099e Fix env var syntax for git bash
02e5b099e is described below

commit 02e5b099e28e38e467f4973d0bec4ef8fac54e7f
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 20:31:32 2026 +0200

    Fix env var syntax for git bash
---
 .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 3da7429c0..cfaf5e480 100644
--- a/.github/workflows/makefile-mod_jk-win.yml
+++ b/.github/workflows/makefile-mod_jk-win.yml
@@ -32,7 +32,7 @@ jobs:
     - name: Download and install ApacheLounge httpd
       shell: bash
       run: |
-            curl -L -o httpd.zip 
https://www.apachelounge.com/download/VS18/binaries/httpd-$env:APACHE_VERSION-${{
 matrix.httpd_arch }}-VS18.zip
+            curl -L -o httpd.zip 
https://www.apachelounge.com/download/VS18/binaries/httpd-${APACHE_VERSION}-${{ 
matrix.httpd_arch }}-VS18.zip
             ls -l
             pwd
             unzip -q httpd.zip -d ApacheLounge


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

Reply via email to