add download artifact

This commit is contained in:
maximo tejeda 2024-08-15 14:26:06 -04:00
parent feac830163
commit a4e7de8c5e

View File

@ -42,4 +42,14 @@ jobs:
with: with:
name: version.zip name: version.zip
path: version 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 }}