Skip to content
Snippets Groups Projects
Commit a678ae19 authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

chore: 更正build.yml

parent 59e8c1e1
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,9 @@ jobs:
- name: Zip CTAN Source
run: |
mkdir -p doc/example
cp chapter njuthesis.tex doc/example
cp chapters njuthesis.tex doc/example
cp njuthesis.pdf doc
zip -r njuthesis_ctan.zip . -x ".github/*" ".gitignore" "chapter/*" "njuthesis.*"
zip -r njuthesis_ctan.zip . -x ".github/*" ".gitignore" "chapters/*" "njuthesis.*"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment