diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c677a6d..843bc9c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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