diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index bb3a30a..1188476 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -25,14 +25,12 @@ jobs: # name: distribution.pdf # path: distribution.pdf - - name: Create or Update Release - uses: nico-castell/gitea-create-release@v1 + - uses: akkuman/gitea-release-action@v1 with: - gitea_token: ${{ secrets.RELEASE_TOKEN }} - gitea_url: ${{ secrets.GITEA_URL }} - tag_name: latest - release_name: 'PDF' + body: '' prerelease: true - draft: false - force_update: true # Overwrite the 'latest' release on each run - files: distribution.pdf # Attach the compiled PDF \ No newline at end of file + name: PDF + token: ${{ secrets.RELEASE_TOKEN }} + tag_name: latest + files: |- + ./*.pdf