Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@ jobs:
- name: Download RVI20-32-CRD
uses: actions/download-artifact@v5
with:
name: RVI20-32-crd
name: rvi20-32-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Download RVI20-64-CRD
uses: actions/download-artifact@v5
with:
name: RVI20-64-crd
name: rvi20-64-crd
path: _site/pdfs
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
Expand Down
Loading