Skip to content

Commit

Permalink
Remove duplicate action call in release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Danilo Del Busso <[email protected]>
  • Loading branch information
danilo-delbusso committed Feb 7, 2024
1 parent 6de5b11 commit f7ae90e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7ae90e

Please sign in to comment.