fix: list nested dist in workflow

This commit is contained in:
drbh 2024-05-21 19:11:00 +00:00
parent 7aebbd2ef9
commit 49c1224483

View File

@ -161,12 +161,10 @@ jobs:
ls dist/*whl |xargs -I {} mv {} dist/${wheel_name}
# Save the wheel name to the GitHub environment
echo "wheel_name=${wheel_name}" >> $GITHUB_ENV
# Move back to the root directory before logging the built wheels
cd ..
- name: Log Built Wheels
run: |
ls
ls flash-attention/dist
# - name: Get the tag version
# id: extract_branch