diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f038855..1379426 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,7 +28,7 @@ jobs: apt -y install curl curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |sh - name: Compile latex - run: tectonic main.tex + run: ./tectonic main.tex - name: Rename PDF run: mv main.pdf ${{ steps.extract_branch.outputs.branch }}.pdf - name: Upload