File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 79
79
uses : actions/upload-artifact@v4
80
80
with :
81
81
name : buildfiles-clm
82
- path : build/fntdir /*.log
82
+ path : build/fnt /*.log
83
83
# Decide how long to keep the test output artefact:
84
84
retention-days : 7
85
85
- name : Run l3build ctan
@@ -182,7 +182,7 @@ jobs:
182
182
uses : actions/upload-artifact@v4
183
183
with :
184
184
name : buildfiles-${{ matrix.module }}
185
- path : build/fntdir /*.log
185
+ path : build/fnt /*.log
186
186
# Decide how long to keep the test output artefact:
187
187
retention-days : 7
188
188
- name : Run l3build
@@ -275,7 +275,7 @@ jobs:
275
275
uses : actions/upload-artifact@v4
276
276
with :
277
277
name : buildfiles-${{ matrix.module }}
278
- path : build/fntdir /*.log
278
+ path : build/fnt /*.log
279
279
# Decide how long to keep the test output artefact:
280
280
retention-days : 7
281
281
- name : Run l3build
You can’t perform that action at this time.
0 commit comments