This is an archive of the discontinued LLVM Phabricator instance.

workflows/release-tasks: Upload release notes as an artifact
AbandonedPublic

Authored by tstellar on Aug 10 2022, 10:23 PM.

Details

Reviewers
thieta
Summary

This way the documentation can be manually uploaded if the push
to www-releases fails or if we are building for a release candidate.

Diff Detail

Event Timeline

tstellar created this revision.Aug 10 2022, 10:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2022, 10:23 PM
tstellar requested review of this revision.Aug 10 2022, 10:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2022, 10:23 PM
thieta added inline comments.Aug 11 2022, 12:19 AM
.github/workflows/release-tasks.yml
53

doesn't this block do the exact same thing as above? I can't see a difference? is there some github magic here if you run it twice that I don't understand?

tstellar abandoned this revision.Mar 20 2023, 3:36 PM

I think the context got mixed up in the patch, so I have a new version here: https://reviews.llvm.org/D145996