Add upload step
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 1m1s

This commit is contained in:
Leonardo Murça 2025-03-06 23:30:22 -03:00
parent 7952d0b290
commit 153d1d4082

View file

@ -40,6 +40,12 @@ jobs:
release-dir: /
token: ${{ secrets.RELEASE_TOKEN }}
release-notes: "MY RELEASE NOTES"
release-name: "Release ${GITHUB_REF}" # Provide a release name (title)
tag-name: ${{ github.ref }}
tag: ${{ github.ref }}
# Step 5: 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