Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ jobs:
- name: Upload documentation
uses: actions/upload-artifact@v6
with:
name: documentation
name: documents
path: |
docs/*.pdf
docs/buildnotes.md
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
name: artifacts-ubuntu-latest
path: artifacts

- name: Download documentation artifacts
- name: Download documents artifact
uses: actions/download-artifact@v7
with:
name: documentation
name: documents
path: artifacts

- name: Move buildnotes.md to root
Expand Down
Loading