diff --git a/.ci/snapshoty.yml b/.ci/snapshoty.yml index 2a49cb2c5..2600591c4 100644 --- a/.ci/snapshoty.yml +++ b/.ci/snapshoty.yml @@ -34,16 +34,16 @@ artifacts: # Path to use for artifacts discovery - path: './build/output' # Files pattern to match - files_pattern: 'elastic_apm_profiler_(?P\d+\.\d+\.\d+)-(?P\w+)-(?P\w+)-(?P\w+)\.zip' + files_pattern: 'elastic_apm_profiler_(?P\d+\.\d+\.\d+)-(?P[\w\.]+)-(?P\w+)-(?P\w+)\.zip' # File layout on GCS bucket output_pattern: '{project}/{github_branch_name}/elastic-apm-dotnet-profiler-{app_version}-{app_version}-{os}-{arch}-{github_sha_short}.jar' # List of metadata processors to use. metadata: *metadata - path: './build/output' - files_pattern: 'ElasticApmAgent_(?P\d+\.\d+\.\d+)-(?P\w+)\.zip' + files_pattern: 'ElasticApmAgent_(?P\d+\.\d+\.\d+)-(?P[\w\.]+)\.zip' output_pattern: '{project}/{github_branch_name}/elastic-apm-dotnet-agent-{app_version}-{revision}-{github_sha_short}.zip' metadata: *metadata - path: './build/output/_packages' - files_pattern: 'Elastic\.Apm\.(?P[\w\.]*)\.(?P\d+\.\d+\.\d+)-(?P\w+)-(?P\w+)-(?P[\d-]+)\.nupkg' + files_pattern: 'Elastic\.Apm(?P[\w\.]*)\.(?P\d+\.\d+\.\d+)-(?P[\w\.]+)(-(?P\w+)-(?P[\d-]+))?\.nupkg' output_pattern: '{project}/{github_branch_name}/elastic-apm-dotnet-{component}-{app_version}-{revision}-{github_sha_short}.nupkg' metadata: *metadata