Skip to content

Commit bfd6b43

Browse files
author
Clea F. Rees
committed
typo in dir path
1 parent 4d26db8 commit bfd6b43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nfssext-autochecks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/upload-artifact@v4
8080
with:
8181
name: buildfiles-clm
82-
path: build/fntdir/*.log
82+
path: build/fnt/*.log
8383
# Decide how long to keep the test output artefact:
8484
retention-days: 7
8585
- name: Run l3build ctan
@@ -182,7 +182,7 @@ jobs:
182182
uses: actions/upload-artifact@v4
183183
with:
184184
name: buildfiles-${{ matrix.module }}
185-
path: build/fntdir/*.log
185+
path: build/fnt/*.log
186186
# Decide how long to keep the test output artefact:
187187
retention-days: 7
188188
- name: Run l3build
@@ -275,7 +275,7 @@ jobs:
275275
uses: actions/upload-artifact@v4
276276
with:
277277
name: buildfiles-${{ matrix.module }}
278-
path: build/fntdir/*.log
278+
path: build/fnt/*.log
279279
# Decide how long to keep the test output artefact:
280280
retention-days: 7
281281
- name: Run l3build

0 commit comments

Comments
 (0)