We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c2b025 + c9fe4a8 commit 8abb556Copy full SHA for 8abb556
.github/workflows/compileandrelease.yml
@@ -12,6 +12,14 @@ jobs:
12
- name: Compile LaTeX document
13
uses: xu-cheng/latex-action@v3
14
with:
15
- root_file: elegantbook-cn.tex
+ root_file: PFC.tex
16
texlive_version: 2023
17
latexmk_use_xelatex: true
18
+
19
+ - name: Release
20
+ uses: softprops/action-gh-release@v1
21
+ if: startsWith(github.ref, 'refs/tags/')
22
+ with:
23
+ files: PFC.pdf
24
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
elegantbook-cn.tex PFC.texelegantbook-cn.tex renamed to PFC.tex
PFC.pdf PFC_en.pdfPFC.pdf renamed to PFC_en.pdf
0 commit comments