diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 739c11a..41f4375 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,11 +27,11 @@ jobs: id: zip run: | mkdir ${{ env.typst_cv }} - cp ./template/cv-single.typ ./template/cv-double.typ ./modernpro-cv.typ ${{ env.typst_cv }} + cp ./template/cv-single.typ ./template/bib.bib ./template/cv-double.typ ./modernpro-cv.typ ${{ env.typst_cv }} zip -r ${{ env.typst_cv }}.zip ./${{ env.typst_cv }} mkdir ${{ env.typst_legacy }} - cp ./legacy/modernpro-cv-legacy.typ ./legacy/example-single-legacy.typ ./legacy/example-double-legacy.typ ./legacy/coverletter-legacy.typ ${{ env.typst_legacy }} + cp ./legacy/modernpro-cv-legacy.typ ./legacy/example-single-legacy.typ ./legacy/bib.bib ./legacy/example-double-legacy.typ ./legacy/coverletter-legacy.typ ${{ env.typst_legacy }} zip -r ${{ env.typst_legacy }}.zip ./${{ env.typst_legacy }} echo "tag_name=$(git tag --sort version:refname | tail -n 1)" >> "$GITHUB_ENV" diff --git a/modernpro-cv.typ b/modernpro-cv.typ index 45f19f8..cc81c7d 100644 --- a/modernpro-cv.typ +++ b/modernpro-cv.typ @@ -5,7 +5,7 @@ // Author: Jiaxin Peng // License: MIT // Version: 1.0.2 -// Date: 2024-10-21 +// Date: 2024-10-22 // Email: jiaxin.peng@outlook.com /////////////////////////////// diff --git a/template/cv-double.pdf b/template/cv-double.pdf deleted file mode 100644 index ab911b2..0000000 Binary files a/template/cv-double.pdf and /dev/null differ diff --git a/template/cv-single.pdf b/template/cv-single.pdf deleted file mode 100644 index 2b4bb9c..0000000 Binary files a/template/cv-single.pdf and /dev/null differ