We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4765b7c commit 57a45cbCopy full SHA for 57a45cb
.github/workflows/nfssext-autochecks.yml
@@ -185,7 +185,7 @@ jobs:
185
run: (l3build fnttarg && echo "BUILD_RET=0" >> "$GITHUB_OUTPUT") || echo "BUILD_RET=1" >> "$GITHUB_OUTPUT"
186
- name: Archive failed build output
187
# run even iff previous step failed
188
- if: ${{ !cancelled() && !${{ format('steps.{1}.outputs.BUILD_RET', '${{ matrix.fnttarg_id }}' }}) }}
+ if: ${{ !cancelled() && !format('steps.{1}.outputs.BUILD_RET', '${{ matrix.fnttarg_id }}') }}
189
# dwyn o https://github.com/latex3/latex2e/blob/develop/.github/workflows/main.yaml
190
uses: actions/upload-artifact@v4
191
with:
0 commit comments