We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd85562 commit aea5225Copy full SHA for aea5225
.github/workflows/latex.yml
@@ -73,7 +73,7 @@ jobs:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
with:
75
upload_url: ${{ steps.create_release.outputs.upload_url }}
76
- asset_path: resume.pdf
+ asset_path: ./resume.pdf
77
asset_name: resume.pdf
78
asset_content_type: application/pdf
79
0 commit comments