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 40d145e commit a5c36bbCopy full SHA for a5c36bb
evergreen/config.yml
@@ -761,7 +761,7 @@ tasks:
761
fi
762
763
cd build
764
- $CPACK -C ${cmake_build_type|Debug} -G TGZ -D "CPACK_PACKAGE_FILE_NAME=realm-core-artifacts" ${package_flags|}
+ "$CPACK" -C ${cmake_build_type|Debug} -G TGZ -D "CPACK_PACKAGE_FILE_NAME=realm-core-artifacts" ${package_flags|}
765
- command: s3.put
766
params:
767
aws_key: '${artifacts_aws_access_key}'
0 commit comments