Skip to content

Commit

Permalink
Update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jxpeng98 committed Oct 22, 2024
1 parent 9864be7 commit 07d90cd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modernpro-cv.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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
///////////////////////////////
Expand Down
Binary file removed template/cv-double.pdf
Binary file not shown.
Binary file removed template/cv-single.pdf
Binary file not shown.

0 comments on commit 07d90cd

Please sign in to comment.