Skip to content

Commit 380247d

Browse files
authored
Update checklist-to-pdf.yml
fix: corrected output dir
1 parent ee42308 commit 380247d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checklist-to-pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
uses: baileyjm02/markdown-to-pdf@v1
1717
with:
1818
input_path: checklist.md
19-
output_dir: .
19+
output_dir: pdfs
2020
build_html: false
2121
- name: Attach PDF to release
2222
uses: svenstaro/upload-release-action@v2
2323
with:
2424
repo_token: ${{ secrets.GITHUB_TOKEN }}
25-
file: ./checklist.pdf
25+
file: pdfs/checklist.pdf
2626
name: checklist-form.pdf
2727
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)