Browse Source

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.
Daniel Hiltgen 7 months ago
parent
commit
8f9ab5e14d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/release.yaml

+ 0 - 2
.github/workflows/release.yaml

@@ -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: |