We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee42308 commit 380247dCopy full SHA for 380247d
1 file changed
.github/workflows/checklist-to-pdf.yml
@@ -16,12 +16,12 @@ jobs:
16
uses: baileyjm02/markdown-to-pdf@v1
17
with:
18
input_path: checklist.md
19
- output_dir: .
+ output_dir: pdfs
20
build_html: false
21
- name: Attach PDF to release
22
uses: svenstaro/upload-release-action@v2
23
24
repo_token: ${{ secrets.GITHUB_TOKEN }}
25
- file: ./checklist.pdf
+ file: pdfs/checklist.pdf
26
name: checklist-form.pdf
27
tag: ${{ github.ref }}
0 commit comments