From 094f6629a3e171f643d19df6a73289ce49c10988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= <106257713+leomurca@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:34:13 -0300 Subject: [PATCH] Update deploy-pdf.yml --- .github/workflows/deploy-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pdf.yml b/.github/workflows/deploy-pdf.yml index 62462a8..46f05a1 100644 --- a/.github/workflows/deploy-pdf.yml +++ b/.github/workflows/deploy-pdf.yml @@ -36,5 +36,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} 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