Skip to content

Commit a5c36bb

Browse files
authored
RCORE-1990 Fix packaging for windows (#7762)
1 parent 40d145e commit a5c36bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ tasks:
761761
fi
762762
763763
cd build
764-
$CPACK -C ${cmake_build_type|Debug} -G TGZ -D "CPACK_PACKAGE_FILE_NAME=realm-core-artifacts" ${package_flags|}
764+
"$CPACK" -C ${cmake_build_type|Debug} -G TGZ -D "CPACK_PACKAGE_FILE_NAME=realm-core-artifacts" ${package_flags|}
765765
- command: s3.put
766766
params:
767767
aws_key: '${artifacts_aws_access_key}'

0 commit comments

Comments
 (0)