From a4e7de8c5e53efb3f847df7e8024d414d5f8cec4 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Thu, 15 Aug 2024 14:26:06 -0400 Subject: [PATCH] add download artifact --- .github/workflows/ci.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6c79a6..cd73c42 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,4 +42,14 @@ jobs: with: name: version.zip path: version - + download-artifact: + needs: [create-artifact] + runs-on: ubuntu-latest + steps: + - name: download artifact + uses: actions/download-artifact@v3 + with: + name: version.zip + - name: list files + run: | + ls ${{ github.workspace }}