Skip to content

Commit

Permalink
workflows/release-tasks: Upload release notes as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Aug 9, 2022
1 parent 33d96cc commit 33df4d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
./llvm/utils/release/build-docs.sh -srcdir llvm
./llvm/utils/release/github-upload-release.py --token ${{ github.token }} --release ${{ steps.validate-tag.outputs.release-version }} upload --files *doxygen*.tar.xz
- name: Save generated html
uses: actions/upload-artifact@v3
with:
name: html-docs
path: ./docs-build/html-export/

- name: Clone www-releases
if: ${{ !contains(steps.validate-tag.outputs.release-version, 'rc') }}
uses: actions/checkout@v3
Expand Down

0 comments on commit 33df4d3

Please sign in to comment.