Update deploy-pdf.yml
This commit is contained in:
parent
79e09dd134
commit
094f6629a3
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:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./main.pdf
|
asset_path: ./main.pdf
|
||||||
asset_name: IF Salas – Uma plataforma de ensino de código aberto para o IFMG.pdf
|
asset_name: undergraduate-thesis-${{ github.ref }}.pdf
|
||||||
asset_content_type: pdf
|
asset_content_type: pdf
|
||||||
|
|
Loading…
Reference in a new issue