latex-template

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2df6b51e1c504e1f774c437c5fd5aa46ca71fb25
parent 16710901a46e5448e6b13175ebcac59a4a2dd4d7
Author: minerva-jupitr <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 15:55:07 +0900

add name

Diffstat:
M.github/workflows/PRbuild.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -18,5 +18,5 @@ jobs: - name: Upload PDF artifact uses: actions/upload-artifact@v4 with: - name: ${{ env.TEX_FILE }} + name: main path: ./main.pdf \ No newline at end of file