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

chore: 修改打包内容 [ci skip]

parent 2cf37cd8
No related branches found
No related tags found
No related merge requests found
name: Release
on:
on:
push:
branches:
- master
......@@ -38,7 +38,7 @@ jobs:
cd install-tl-20* && ./install-tl --profile ../.github/workflows/texlive.profile
tlmgr install ${{ env.TL_PACKAGES }}
tlmgr update --self --all --no-auto-install --repository=${{ env.CTAN_URL }}/systems/texlive/tlnet/
- name: Download njuvisual package
run: |
wget ${{ env.CTAN_URL }}/macros/latex/contrib/njuvisual/njuvisual.dtx
......@@ -59,7 +59,7 @@ jobs:
mv scripts/* .
mv build/unpacked/njuthesis.cls .
pdflatex --shell-escape "generate-img.tex"
zip -r njuthesis-user-$VERSION.zip njuthesis-sample.tex njuthesis-sample.bib njuthesis.cls njuvisual.sty nju-emblem.pdf nju-name.pdf LICENSE README.md
zip -r njuthesis-user-$VERSION.zip njuthesis-sample.tex njuthesis-sample.bib njuthesis.cls njuvisual.sty nju-emblem.pdf nju-name.pdf LICENSE CHANGELOG.md README.md
- 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