Skip to content

Commit 71f408b

Browse files
tstellartru
authored andcommitted
workflows/release-tasks: Fix release note artifact upload (llvm#69522)
(cherry picked from commit afdad4f)
1 parent 9ab3ce1 commit 71f408b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
./llvm/utils/release/github-upload-release.py --token ${{ github.token }} --release ${{ steps.validate-tag.outputs.release-version }} upload --files *doxygen*.tar.xz
5151
5252
- name: Create Release Notes Artifact
53-
uses: actions/download-artifact@v3
53+
uses: actions/upload-artifact@v3
5454
with:
5555
name: release-notes
5656
path: docs-build/html-export/

0 commit comments

Comments
 (0)