Skip to content

Commit

Permalink
Checks if the PDF file got renamed in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 committed Jul 31, 2023
1 parent 245e8fe commit 8958787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit 8958787

Please sign in to comment.