2 Commits

Author SHA1 Message Date
7749d8c332 fix: use glob pattern for release artifacts
Some checks failed
Compile LaTeX Documents / build-public (push) Successful in 1m2s
Compile LaTeX Documents / build-private (push) Failing after 37s
2025-11-30 18:50:35 -05:00
0549f77c4d docs: add gitea release urls 2025-11-30 18:49:33 -05:00
2 changed files with 8 additions and 4 deletions

View File

@@ -62,9 +62,9 @@ jobs:
latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode cv.tex
- name: Upload Public PDFs as Release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "resume.pdf,cv.pdf"
artifacts: "*.pdf"
name: Latest PDFs
tag: latest
body: |
@@ -79,9 +79,9 @@ jobs:
# Create a numbered release for version history
- name: Create Numbered Release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "resume.pdf,cv.pdf"
artifacts: "*.pdf"
name: Release ${{ github.run_number }}
tag: release-${{ github.run_number }}
body: |

View File

@@ -18,6 +18,10 @@ The most recent public versions are always available at:
- Resume: `https://github.com/soconnor0919/resume-cv/releases/download/latest/resume.pdf`
- CV: `https://github.com/soconnor0919/resume-cv/releases/download/latest/cv.pdf`
If mirroring to Gitea:
- Resume: `https://git.soconnor.dev/soconnor/resume-cv/releases/download/latest/resume.pdf`
- CV: `https://git.soconnor.dev/soconnor/resume-cv/releases/download/latest/cv.pdf`
Replace `USERNAME` with your GitHub username after forking.
## Project Structure