Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
Clea F. Rees committed Jan 15, 2025
1 parent 57a45cb commit 15bc210
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nfssext-autochecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,12 @@ jobs:
if: ${{ matrix.pre_target }}
working-directory: ${{ matrix.working_directory }}
id: '${{ matrix.fnttarg_id }}'
run: (l3build fnttarg && echo "BUILD_RET=0" >> "$GITHUB_OUTPUT") || echo "BUILD_RET=1" >> "$GITHUB_OUTPUT"
run: (l3build fnttarg && echo -e "BUILD_RET=0\nBUILD_ARK=false" >> "$GITHUB_OUTPUT") || echo -e "BUILD_RET=1\nBUILD_ARK=true" >> "$GITHUB_OUTPUT"
- name: Archive failed build output
# run even iff previous step failed
if: ${{ !cancelled() && !format('steps.{1}.outputs.BUILD_RET', '${{ matrix.fnttarg_id }}') }}
# if: ${{ !cancelled() && !format('steps.{1}.outputs.BUILD_RET', '${{ matrix.fnttarg_id }}') }}
if: ${{ !cancelled() }}
if: ${{ 'steps.${{ matrix.fnttarg_id }}.outputs.BUILD_ARK' }}
# dwyn o https://github.com/latex3/latex2e/blob/develop/.github/workflows/main.yaml
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 15bc210

Please sign in to comment.