Skip to content

Commit

Permalink
Fix Github Action part 2
Browse files Browse the repository at this point in the history
Remove accidental blank pdf from release and repo
  • Loading branch information
HackinAhab committed Aug 4, 2024
1 parent 069d86b commit 2afb80f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create ${{ steps.tag-name.outputs.tagname }} -t "Resume" -n "Generated documents (${{ steps.tag-name.outputs.tagname }})"
gh release upload ${{ steps.tag-name.outputs.tagname }} *.pdf
gh release upload ${{ steps.tag-name.outputs.tagname }} resume.pdf
Binary file removed template.pdf
Binary file not shown.

0 comments on commit 2afb80f

Please sign in to comment.