Skip to content

Commit

Permalink
Fix msvc artifact list.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed May 20, 2024
1 parent 9f162a2 commit f3df1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-dispatch-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
find_and_copy "sccache_stats.json" || true # Ignore failures
echo "::group::Job artifacts"
tree "$result_dir"
find "$result_dir" # Tree not available in this image.
echo "::endgroup::"
- name: Upload job artifacts
Expand Down

0 comments on commit f3df1d0

Please sign in to comment.