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 f0ce4ce commit ce7a326
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 @@ -312,7 +312,7 @@ jobs:
fi
fi
# Set to fail upload step if there are no files for upload and expected files for upload
if !files_found; then
if ! files_found; then
echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}"
fi
fi
Expand Down

0 comments on commit ce7a326

Please sign in to comment.