Skip to content

Commit

Permalink
Create GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmc committed Jul 28, 2023
1 parent b0b0b88 commit cdd68df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: xu-cheng/latex-action@v2
with:
root_file: kurt_cv.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: PDF
path: kurt_cv.pdf
files: kurt_cv.pdf
1 change: 0 additions & 1 deletion version

This file was deleted.

0 comments on commit cdd68df

Please sign in to comment.