From a69fb035281d8b4d3c99920c83ef570f4670c2d4 Mon Sep 17 00:00:00 2001 From: alexander Date: Tue, 13 Jan 2026 10:49:02 +0100 Subject: [PATCH] Added to release --- .gitea/workflows/build-script.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index dc68ccc..fd2bea6 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -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 \ No newline at end of file