Skip to content

Commit

Permalink
Update checklist-to-pdf.yml
Browse files Browse the repository at this point in the history
fix: corrected output dir
  • Loading branch information
cotpat authored Nov 24, 2023
1 parent ee42308 commit 380247d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checklist-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: baileyjm02/markdown-to-pdf@v1
with:
input_path: checklist.md
output_dir: .
output_dir: pdfs
build_html: false
- name: Attach PDF to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./checklist.pdf
file: pdfs/checklist.pdf
name: checklist-form.pdf
tag: ${{ github.ref }}

0 comments on commit 380247d

Please sign in to comment.