This commit is contained in:
maximo tejeda 2024-08-15 14:37:19 -04:00
parent 6e8491867e
commit 1cc9f98e58

View File

@ -51,7 +51,7 @@ jobs:
- name: download artifact - name: download artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: version-@{{ github.sha }}.zip name: version-@${{ github.sha }}.zip
- name: list files - name: list files
run: | run: |
ls ${{ github.workspace }} ls ${{ github.workspace }}