We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207496c commit 329796aCopy full SHA for 329796a
.github/workflows/ci.yml
@@ -14,4 +14,10 @@ jobs:
14
with:
15
root_file: tex/document.tex
16
args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode
17
-
+ - name: Set current date as env variable
18
+ run: echo "NOW=$(date +'%Y%m%d-%H%M%S.%N')" >> $GITHUB_ENV
19
+ - name: Upload Artifact
20
+ uses: actions/upload-artifact@v4
21
+ with:
22
+ name: TheCore-fr-${{ env.NOW }}.pdf
23
+ path: tex/document.pdf
0 commit comments