Skip to content

Commit 6c5055b

Browse files
committed
WIP Publish artifact at every build
Signed-off-by: Alban Dericbourg <[email protected]>
1 parent 207496c commit 6c5055b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ jobs:
1414
with:
1515
root_file: tex/document.tex
1616
args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode
17-
17+
- name: Set current date as env variable
18+
run: echo "NOW=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
19+
- name: Echo current date
20+
run: echo $NOW

0 commit comments

Comments
 (0)