Fix error
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 54s

This commit is contained in:
Leonardo Murça 2025-03-06 23:36:50 -03:00
parent 153d1d4082
commit 3195ab040c

View file

@ -34,13 +34,13 @@ jobs:
- name: Create release - name: Create release
uses: actions/forgejo-release@v2 uses: actions/forgejo-release@v2
with: with:
title: "New release!" token: ${{ secrets.RELEASE_TOKEN }}
release-dir: ./
direction: upload direction: upload
url: https://git.leomurca.xyz url: https://git.leomurca.xyz
release-dir: / repo: leomurca/resume
token: ${{ secrets.RELEASE_TOKEN }} title: "New release!"
release-notes: "MY RELEASE NOTES" release-notes: "MY RELEASE NOTES"
tag: ${{ github.ref }}
# Step 5: Upload the compiled PDF as a release asset # Step 5: Upload the compiled PDF as a release asset
- name: Upload PDF to Release - name: Upload PDF to Release