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 630037e commit afdad4fCopy full SHA for afdad4f
.github/workflows/release-tasks.yml
@@ -48,7 +48,7 @@ jobs:
48
./llvm/utils/release/github-upload-release.py --token ${{ github.token }} --release ${{ steps.validate-tag.outputs.release-version }} upload --files ./*doxygen*.tar.xz
49
50
- name: Create Release Notes Artifact
51
- uses: actions/download-artifact@v3
+ uses: actions/upload-artifact@v3
52
with:
53
name: release-notes
54
path: docs-build/html-export/
0 commit comments