Skip to content

Commit 635e662

Browse files
committed
fix name of file output2.pdf
1 parent 1782b7b commit 635e662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_control2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
pdflatex -interaction=nonstopmode output2.tex
4545
done
4646
47-
if [ ! -f output.pdf ]; then
47+
if [ ! -f output2.pdf ]; then
4848
echo "Error: output.pdf not found"
4949
exit 1
5050
fi

0 commit comments

Comments
 (0)