latex-template

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

commit 16710901a46e5448e6b13175ebcac59a4a2dd4d7
parent 3422cf96219d3c074ece514f7d5c047fa9efc798
Author: minerva-jupitr <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 15:47:02 +0900

chante env to ./main

Diffstat:
M.github/workflows/PRbuild.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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