From fe92f1f8476c21fc3d886acea9daa3fe49d4e6bd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 27 Feb 2025 02:38:07 +0100 Subject: [PATCH] do not pass ending slash in CURL_DIRSUFFIX --- .github/workflows/windows.yml | 2 +- appveyor.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 670265146a..6dbebb8b7a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -902,7 +902,7 @@ jobs: if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }} timeout-minutes: 10 run: | - export CURL_DIRSUFFIX='${{ matrix.type }}/' + export CURL_DIRSUFFIX='${{ matrix.type }}' export TFLAGS='-j8 ~WebSockets ~SCP ~612 ${{ matrix.tflags }}' if [[ '${{ matrix.install }}' = *'libssh2[core,zlib]'* ]]; then TFLAGS+=' ~SFTP' diff --git a/appveyor.sh b/appveyor.sh index ed1bf83058..0f123c4fd2 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -134,7 +134,7 @@ fi if [ "${TFLAGS}" != 'skipall' ] && \ [ "${TFLAGS}" != 'skiprun' ]; then - export CURL_DIRSUFFIX="${PRJ_CFG}/" + export CURL_DIRSUFFIX="${PRJ_CFG}" if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")" elif [ -x "$(cygpath 'C:/msys64/usr/bin/curl.exe')" ]; then