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
uses: actions/forgejo-release@v2
with:
title: "New release!"
token: ${{ secrets.RELEASE_TOKEN }}
release-dir: ./
direction: upload
url: https://git.leomurca.xyz
release-dir: /
token: ${{ secrets.RELEASE_TOKEN }}
repo: leomurca/resume
title: "New release!"
release-notes: "MY RELEASE NOTES"
tag: ${{ github.ref }}
# Step 5: Upload the compiled PDF as a release asset
- name: Upload PDF to Release