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: