Skip to content

Commit

Permalink
replace fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
yangw-dev committed Feb 13, 2025
1 parent 193b458 commit 3992499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_job_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
files_found=true
fi
if [[ -d "artifacts-to-be-uploaded" ]]; then
if ls -A artifacts-to-be-uploaded | read -r; the
if find artifacts-to-be-uploaded -mindepth 1 -print -quit | read -r; then
mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/"
files_found=true
fi
Expand Down

0 comments on commit 3992499

Please sign in to comment.