[development] updated file regex when uploading latest tagged installer (#2987)

The "Latest" tagged installer uploads were failing the file filter because the upload script now collects files as full path before performing the regex.

Signed-off-by: AMZN-ScottR 24445312+AMZN-ScottR@users.noreply.github.com
This commit is contained in:
Scott Romero
2021-08-10 12:19:31 -07:00
committed by GitHub
parent 722066dcf7
commit 8d0f9f4114
@@ -189,7 +189,7 @@ if(CPACK_AUTO_GEN_TAG)
upload_to_s3(
${_latest_upload_url}
${_temp_dir}
"(${_non_versioned_exe}|build_tag.txt)$"
".*(${_non_versioned_exe}|build_tag.txt)$"
)
# cleanup the temp files