Skip to content

Commit 8d21e13

Browse files
authored
Fix name of MonoAOTOffsets artifact in runtime.yml (#109797)
To match the message in the build log, see #109363 (comment)
1 parent 38e4ba6 commit 8d21e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ extends:
754754

755755
- publish: '$(Build.SourcesDirectory)/artifacts/obj/mono/offsetfiles'
756756
condition: failed()
757-
artifact: Mono_Offsets_$(osGroup)$(osSubGroup)
757+
artifact: MonoAOTOffsets_$(osGroup)$(osSubGroup)
758758
displayName: Upload offset files
759759
condition: >-
760760
or(

0 commit comments

Comments
 (0)