try this one
All checks were successful
Build LaTeX on Host / build (push) Successful in 7s

This commit is contained in:
2025-07-21 16:38:29 +08:00
parent 4484ae9e0e
commit 54439684d9

View File

@@ -25,14 +25,12 @@ jobs:
# name: distribution.pdf # name: distribution.pdf
# path: distribution.pdf # path: distribution.pdf
- name: Create or Update Release - uses: akkuman/gitea-release-action@v1
uses: nico-castell/gitea-create-release@v1
with: with:
gitea_token: ${{ secrets.RELEASE_TOKEN }} body: ''
gitea_url: ${{ secrets.GITEA_URL }}
tag_name: latest
release_name: 'PDF'
prerelease: true prerelease: true
draft: false name: PDF
force_update: true # Overwrite the 'latest' release on each run token: ${{ secrets.RELEASE_TOKEN }}
files: distribution.pdf # Attach the compiled PDF tag_name: latest
files: |-
./*.pdf