You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use absolute paths for all upload-artifact-verified calls
Convert all path arguments to upload-artifact-verified action from
relative paths to absolute paths using ${{ github.workspace }}.
This eliminates any ambiguity in path resolution and follows the
KISS principle - explicit, no magic.
Files updated:
- main.yml
- wstest.yml
- wheels.yml
- wheels-docker.yml
- wheels-arm64.yml
Note: This work was completed with AI assistance (Claude Code).
0 commit comments