CI: dist directories no longer present (#6834)

The new buildx based build no longer leaves the dist/linux-* directories
around, so we don't have to clean them up before uploading.
This commit is contained in:
Daniel Hiltgen 2024-09-16 17:31:37 -07:00 committed by GitHub
parent 7717bb6a84
commit 8f9ab5e14d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -623,8 +623,6 @@ jobs:
ls -lh dist/
(cd dist; find . -type f | xargs sha256sum > ../sha256sum.txt)
mv sha256sum.txt dist/
mv dist/linux-???64 .
mv dist/linux-amd64-rocm .
cat dist/sha256sum.txt
- name: Create or update Release
run: |