[PATCH] D131648: workflows/release-tasks: Upload release notes as an artifact
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 11 00:19:45 PDT 2022
thieta added inline comments.
================
Comment at: .github/workflows/release-tasks.yml:53
+
- name: Save generated html
uses: actions/upload-artifact at v3
----------------
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?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131648/new/
https://reviews.llvm.org/D131648
More information about the llvm-commits
mailing list