Skip to content

Commit 84d5e63

Browse files
authored
Always run CPack, even on Windows in release mode
1 parent 870fc5d commit 84d5e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ set -euxo pipefail
66

77
cd build
88

9+
cpack -C "${AUDACITY_BUILD_TYPE}" --verbose
10+
911
if [[ "${OSTYPE}" == msys* && ${GIT_BRANCH} == release* ]]; then # Windows
1012
cmake --build . --target innosetup --config "${AUDACITY_BUILD_TYPE}"
11-
else
12-
cpack -C "${AUDACITY_BUILD_TYPE}" --verbose
1313
fi
1414

1515
# Remove the temporary directory

0 commit comments

Comments
 (0)