Skip to content

Commit

Permalink
make sure CI finds the new file names for archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Sep 22, 2023
1 parent 98aaf83 commit e0ec64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
element:
- {name: Crypto Documentation, dir: docs/cryptodoc, out_name: crypto}
- {name: Crypto Documentation, dir: docs/cryptodoc, out_name: cryptodoc}
- {name: Audit Method Description, dir: docs/audit_method, out_name: audit_method}
- {name: Test Specification, dir: docs/testspec, out_name: testspec}
- {name: Architecture Overview, dir: docs/architecture, out_name: architecture}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Botan ${{ env.BOTAN_VERSION }} ${{ matrix.element.name }}
path: ${{ matrix.element.dir }}/_build/latex/${{ matrix.element.out_name }}.pdf
path: ${{ matrix.element.dir }}/_build/latex/${{ matrix.element.out_name }}-*.pdf

url_check:
strategy:
Expand Down

0 comments on commit e0ec64b

Please sign in to comment.