Skip to content

Commit

Permalink
workflows/release-tasks: Fix release note artifact upload (llvm#69522)
Browse files Browse the repository at this point in the history
(cherry picked from commit afdad4f)
  • Loading branch information
tstellar authored and tru committed Oct 23, 2023
1 parent 9ab3ce1 commit 71f408b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
./llvm/utils/release/github-upload-release.py --token ${{ github.token }} --release ${{ steps.validate-tag.outputs.release-version }} upload --files *doxygen*.tar.xz
- name: Create Release Notes Artifact
uses: actions/download-artifact@v3
uses: actions/upload-artifact@v3
with:
name: release-notes
path: docs-build/html-export/
Expand Down

0 comments on commit 71f408b

Please sign in to comment.