diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f94ee8d..ccb95bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./main.pdf + asset_path: ./isso.pdf asset_name: resume-${{ steps.time.outputs.time }}.pdf asset_content_type: application/pdf