diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 9ad79ad..5c8b5c6 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -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 @@ -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