Skip to content

Commit

Permalink
Upload to Actions and to Release if Tag is present
Browse files Browse the repository at this point in the history
  • Loading branch information
yasiupl authored Jul 2, 2024
1 parent 269dd2a commit d947501
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/render_latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
root_file: Statut_HSP.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: Statut_HSP.pdf
- name: Upload PDF file to Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: Statut_HSP.pdf

0 comments on commit d947501

Please sign in to comment.