Added to release
This commit is contained in:
@@ -51,3 +51,14 @@ jobs:
|
|||||||
name: typst-pdfs
|
name: typst-pdfs
|
||||||
path: ${{ env.BUILD_DIR }}/*.pdf
|
path: ${{ env.BUILD_DIR }}/*.pdf
|
||||||
if-no-files-found: warn
|
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
|
||||||
Reference in New Issue
Block a user