Skip to content

Commit

Permalink
Use correct step id for tap output
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 16, 2023
1 parent 0418a00 commit ab75d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
if: matrix.arch != 'arm64'
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%" --verbose
- name: Upload test results
if: matrix.arch != 'arm64' && fromJSON(steps.build.outputs.tap)
if: matrix.arch != 'arm64' && fromJSON(steps.post-build.outputs.tap)
uses: actions/upload-artifact@v4
with:
name: test-results-${{ steps.post-build.outputs.dokitVersion }}
Expand Down

0 comments on commit ab75d20

Please sign in to comment.