From 130a2e4f3423eb51e0726348def2b07469065599 Mon Sep 17 00:00:00 2001 From: donghaiwang Date: Sun, 7 Jun 2026 12:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=BC=96=E8=AF=91=E7=9A=84PD?= =?UTF-8?q?F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latex.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index e6a66fdb..5869b3b9 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -23,4 +23,10 @@ jobs: - name: build run: | call build_latex.bat - shell: cmd \ No newline at end of file + shell: cmd + + - uses: actions/upload-artifact@v4 + with: + name: paper + path: | + tactile/undergraduate/hutbthesis_main.pdf \ No newline at end of file