Skip to content

Commit

Permalink
RCORE-1990 Fix packaging for windows (#7762)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreams authored May 31, 2024
1 parent 40d145e commit a5c36bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ tasks:
fi
cd build
$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|}
- command: s3.put
params:
aws_key: '${artifacts_aws_access_key}'
Expand Down

0 comments on commit a5c36bb

Please sign in to comment.