Fix release.yml
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 50s

This commit is contained in:
Leonardo Murça 2025-03-06 23:41:26 -03:00
parent 3195ab040c
commit b865ddcea3

View file

@ -31,21 +31,21 @@ jobs:
run: |
pdflatex main.tex
- name: Create release
uses: actions/forgejo-release@v2
with:
token: ${{ secrets.RELEASE_TOKEN }}
release-dir: ./
direction: upload
url: https://git.leomurca.xyz
repo: leomurca/resume
title: "New release!"
release-notes: "MY RELEASE NOTES"
# Step 5: Upload the compiled PDF as a release asset
# Step 4: Upload the compiled PDF as a release asset
- name: Upload PDF to Release
uses: actions/upload-artifact@v3
with:
name: main.pdf # The file to upload as the release asset
path: main.pdf # Path to the compiled PDF
- name: Create release
uses: actions/forgejo-release@v2
with:
token: ${{ secrets.RELEASE_TOKEN }}
release-dir: /
direction: upload
url: https://git.leomurca.xyz
repo: leomurca/resume
title: "New release!"
release-notes: "MY RELEASE NOTES"