From 8958787af953ca196ab68dbd3a2f7458fffd0ae4 Mon Sep 17 00:00:00 2001 From: Chandrashekhar R Date: Mon, 31 Jul 2023 06:20:00 +0000 Subject: [PATCH] Checks if the PDF file got renamed in the workflow --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6aad09..2596deb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,8 @@ jobs: run: ls - name: Change PDF output name run: mv main.pdf Chandrashekhar_Resume.pdf + - name: Check output (after rename) + run: ls - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')