Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
im-ajaymeena committed Apr 9, 2023
1 parent 8ec7d80 commit 4014308
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_resume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ jobs:
else
exit 1
fi
- name: Create Release
uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
files: ./latex/output/resume.pdf
name: resume
path: ./latex/output/resume.pdf
debug: true


0 comments on commit 4014308

Please sign in to comment.