From 8f9ab5e14d5ff35fe1cfa822d9db51d18297b995 Mon Sep 17 00:00:00 2001
From: Daniel Hiltgen <dhiltgen@users.noreply.github.com>
Date: Mon, 16 Sep 2024 17:31:37 -0700
Subject: [PATCH] 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.
---
 .github/workflows/release.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 805938f73..0748b7c10 100644
--- a/.github/workflows/release.yaml
+++ b/.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: |