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 }}