fixed CI upload image
All checks were successful
Build and Release Typst PDF / build-and-release (push) Successful in 11s
All checks were successful
Build and Release Typst PDF / build-and-release (push) Successful in 11s
This commit is contained in:
@@ -21,11 +21,9 @@ jobs:
|
|||||||
run: typst compile main.typ output.pdf
|
run: typst compile main.typ output.pdf
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: actions/upload-release-action@v2
|
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
files: |
|
||||||
file: output.pdf
|
output.pdf
|
||||||
asset_name: protokoll.pdf
|
name: "Release ${{ github.ref_name }}"
|
||||||
tag: ${{ github.ref }}
|
body: "Automated PDF build from Typst."
|
||||||
overwrite: true
|
|
||||||
body: "Automated PDF build."
|
|
||||||
|
|||||||
Reference in New Issue
Block a user