diff --git a/scripts/ci/package.sh b/scripts/ci/package.sh index c3d4ed0fe..e9f6db9af 100755 --- a/scripts/ci/package.sh +++ b/scripts/ci/package.sh @@ -6,10 +6,10 @@ set -euxo pipefail cd build +cpack -C "${AUDACITY_BUILD_TYPE}" --verbose + if [[ "${OSTYPE}" == msys* && ${GIT_BRANCH} == release* ]]; then # Windows cmake --build . --target innosetup --config "${AUDACITY_BUILD_TYPE}" -else - cpack -C "${AUDACITY_BUILD_TYPE}" --verbose fi # Remove the temporary directory