From ed825c85eaa7d9518e00ad38cdc74c8daec9f09a Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 1 Feb 2024 20:33:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Download=20artifacts=20to=20`dis?= =?UTF-8?q?t/`=20@=20release=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index abf176d2..155c5974 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -430,11 +430,17 @@ jobs: ${{ needs.build-pure-python-dists.outputs.sdist-filename }} workflow-artifact-name: >- ${{ needs.pre-setup.outputs.dists-artifact-name }} + + - name: Download distributions + uses: actions/download-artifact@v3 + with: + name: ${{ needs.pre-setup.outputs.dists-artifact-name }} + path: dist + - run: | + tree - name: Login run: | echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token - - name: Download dists - uses: actions/download-artifact@v3 - name: Make Release uses: aio-libs/create-release@v1.6.6 with: