Skip to content

Commit 57a45cb

Browse files
author
Clea F. Rees
committed
hm
1 parent 4765b7c commit 57a45cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nfssext-autochecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
run: (l3build fnttarg && echo "BUILD_RET=0" >> "$GITHUB_OUTPUT") || echo "BUILD_RET=1" >> "$GITHUB_OUTPUT"
186186
- name: Archive failed build output
187187
# run even iff previous step failed
188-
if: ${{ !cancelled() && !${{ format('steps.{1}.outputs.BUILD_RET', '${{ matrix.fnttarg_id }}' }}) }}
188+
if: ${{ !cancelled() && !format('steps.{1}.outputs.BUILD_RET', '${{ matrix.fnttarg_id }}') }}
189189
# dwyn o https://github.com/latex3/latex2e/blob/develop/.github/workflows/main.yaml
190190
uses: actions/upload-artifact@v4
191191
with:

0 commit comments

Comments
 (0)