diff --git a/.gitea/workflows/xelatex.yaml b/.gitea/workflows/xelatex.yaml index 178235c..5e340e9 100644 --- a/.gitea/workflows/xelatex.yaml +++ b/.gitea/workflows/xelatex.yaml @@ -21,9 +21,12 @@ jobs: with: root_file: cv.tex latexmk_use_xelatex: true + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} - name: Archive artifacs - uses: actions/upload-artifact@v4 + uses: softprops/action-gh-release@v2 with: - name: curriculum-vitae - path: cv.pdf + files: | + cv.pdf - run: echo "🍏 This job's status is ${{ job.status }}."