Commit e1ca30a
Fix PDF release attachment by correcting file path
The workflow was looking for PDF files in the root directory, but they
are generated in the pdfs/ directory. This caused all releases to be
created without any PDF attachments.
Updated the file pattern from 'Mert_Yasin_CV_*.pdf' to
'pdfs/Mert_Yasin_CV_*.pdf' to correctly locate and attach the
generated PDF to releases.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent f0cac5a commit e1ca30a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
Binary file not shown.
0 commit comments