ci: fix output file name
This commit is contained in:
4
.github/workflows/build-documentation.yml
vendored
4
.github/workflows/build-documentation.yml
vendored
@@ -17,5 +17,5 @@ jobs:
|
||||
- name: Upload PDF file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: modern-cv-documentation
|
||||
path: modern-cv-documentation.pdf
|
||||
name: modern-cv-docs
|
||||
path: modern-cv-docs.pdf
|
||||
|
||||
Reference in New Issue
Block a user