Skip to content

Commit

Permalink
add artifact and add naming
Browse files Browse the repository at this point in the history
Signed-off-by: Toshaan Bharvani <[email protected]>
  • Loading branch information
toshywoshy committed Jun 9, 2024
1 parent a263a47 commit 30df3fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
root_file: sponsordoc.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: sponsordoc
path: sponsordoc.pdf
deploy:
name: Create Release
needs: build_latex
Expand All @@ -21,4 +26,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
release_name: Sponsordoc ${{ github.ref }}
files: sponsordoc.pdf

0 comments on commit 30df3fa

Please sign in to comment.