Added to release

This commit is contained in:
alexander
2026-01-13 10:49:02 +01:00
parent 701b3ec932
commit a69fb03528

View File

@@ -51,3 +51,14 @@ jobs:
name: typst-pdfs
path: ${{ env.BUILD_DIR }}/*.pdf
if-no-files-found: warn
- name: Create Gitea Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.tag.outputs.tag }}
name: Typst PDFs ${{ steps.tag.outputs.tag }}
body: |
Automated release of Typst-generated PDFs.
Commit: ${{ github.sha }}
files: ${{ env.BUILD_DIR }}/*.pdf