From 8d21e13719cff737ac9562c98756687cfe616554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 13 Nov 2024 23:25:20 +0100 Subject: [PATCH] Fix name of MonoAOTOffsets artifact in runtime.yml (#109797) To match the message in the build log, see https://github.com/dotnet/runtime/pull/109363#issuecomment-2474689843 --- eng/pipelines/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 01788474bd3b5..65aa5b96a79c0 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -754,7 +754,7 @@ extends: - publish: '$(Build.SourcesDirectory)/artifacts/obj/mono/offsetfiles' condition: failed() - artifact: Mono_Offsets_$(osGroup)$(osSubGroup) + artifact: MonoAOTOffsets_$(osGroup)$(osSubGroup) displayName: Upload offset files condition: >- or(