Fix path
All checks were successful
Build Site / Build-Site (18.x) (push) Successful in 21s

This commit is contained in:
Thomas Cole 2023-07-27 10:19:34 -04:00
parent 32fa6436b3
commit 7b9f7eeeb2

View File

@ -20,7 +20,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: PDF
path: ./build/resume.pdf
path: build/resume.pdf
# - name: setup go
# uses: https://github.com/actions/setup-go@v4