-
Notifications
You must be signed in to change notification settings - Fork 109
Description
Describe the bug
https://github.com/runfinch/finch/actions/runs/17709046722
If something goes wrong during a CI run and there are no files in the workspace, then subsequent cleanup steps fail because no files match the glob here:
finch/.github/workflows/build-pkg.yaml
Line 48 in 1f099a5
| rm -rf ${{ github.workspace }}/* |
Steps to reproduce
A clear, step-by-step set of instructions to reproduce the bug.
Expected behavior
If there are no files to clean up, the cleanup step should succeed as a no-op.
Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.
Additional context
Add any other context about the problem here.
To help debug the issue as quickly as possible, we recommend generating a support bundle with finch support-bundle generate and attaching it to this issue. This packages all Finch-related configs and logs into one file.