Update deploy-pdf.yml
This commit is contained in:
parent
094f6629a3
commit
c95bde7a8e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-pdf.yml
vendored
2
.github/workflows/deploy-pdf.yml
vendored
|
@ -36,5 +36,5 @@ jobs:
|
|||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./main.pdf
|
||||
asset_name: undergraduate-thesis-${{ github.ref }}.pdf
|
||||
asset_name: undergraduate-thesis-${{ github.ref_name }}.pdf
|
||||
asset_content_type: pdf
|
||||
|
|
Loading…
Reference in a new issue