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:
parent
7717bb6a84
commit
8f9ab5e14d
1 changed files with 0 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue