From f7ae90e824a183adb373c949f09aa8b02925dee6 Mon Sep 17 00:00:00 2001 From: Danilo Del Busso Date: Wed, 7 Feb 2024 09:26:13 +0000 Subject: [PATCH] Remove duplicate action call in `release.yml` Signed-off-by: Danilo Del Busso --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc90acb61e3..f78f97c4839 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,12 +73,6 @@ jobs: runs-on: ubuntu-latest needs: [build-python, build-sdks] steps: - - name: Retrieve python distribution artifacts - uses: actions/download-artifact@v3 - with: - name: XenAPI - path: dist/ - - name: Retrieve Python SDK distribution artifacts uses: actions/download-artifact@v3 with: