We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b2e42 commit 26ae1caCopy full SHA for 26ae1ca
.teamcity/mac/build.sh
@@ -156,8 +156,8 @@ for arch in ${archs[@]}; do
156
ARCH_TARGET_DIRECTORY="${TARGET_DIRECTORY}/${arch}-build"
157
# creating build directory
158
rm -rf $ARCH_TARGET_DIRECTORY
159
- mkdir "${ARCH_TARGET_DIRECTORY}"
160
- mkdir "${ARCH_TARGET_DIRECTORY}/contents"
+ mkdir -p "${ARCH_TARGET_DIRECTORY}"
+ mkdir -p "${ARCH_TARGET_DIRECTORY}/contents"
161
cp -r ".mac_resources/scripts" "${ARCH_TARGET_DIRECTORY}/scripts"
162
163
# copy cloudflared into the build directory
0 commit comments