We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab3ce1 commit 71f408bCopy full SHA for 71f408b
.github/workflows/release-tasks.yml
@@ -50,7 +50,7 @@ jobs:
50
./llvm/utils/release/github-upload-release.py --token ${{ github.token }} --release ${{ steps.validate-tag.outputs.release-version }} upload --files *doxygen*.tar.xz
51
52
- name: Create Release Notes Artifact
53
- uses: actions/download-artifact@v3
+ uses: actions/upload-artifact@v3
54
with:
55
name: release-notes
56
path: docs-build/html-export/
0 commit comments