From 6c65b874f9ef1a6315210809ff04dbb6c13b88a9 Mon Sep 17 00:00:00 2001 From: Arka Haldi <47897466+Arka-h@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:26:47 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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