diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 52b26ff..0064b81 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -592,7 +592,7 @@ jobs: - name: Upload documentation uses: actions/upload-artifact@v6 with: - name: documentation + name: documents path: | docs/*.pdf docs/buildnotes.md diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 07ae2b7..c12e889 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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