fixed CI upload image
All checks were successful
Build and Release Typst PDF / build-and-release (push) Successful in 11s

This commit is contained in:
2026-05-21 17:13:29 +02:00
parent c20795f685
commit d4cd140426

View File

@@ -21,11 +21,9 @@ jobs:
run: typst compile main.typ output.pdf
- name: Create Release
uses: actions/upload-release-action@v2
uses: https://gitea.com/actions/gitea-release-action@v1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: output.pdf
asset_name: protokoll.pdf
tag: ${{ github.ref }}
overwrite: true
body: "Automated PDF build."
files: |
output.pdf
name: "Release ${{ github.ref_name }}"
body: "Automated PDF build from Typst."