This commit is contained in:
maximo tejeda 2024-08-17 09:16:24 -04:00
parent 8c654e95a4
commit 724ccecad1

View File

@ -42,7 +42,7 @@ jobs:
- name: upload artifact
uses: actions/upload-artifact@v3
with:
name: version-$GIT_SHA_SHORT.zip
name: version-${{ env.GIT_SHA_SHORT }}.zip
path: version
download-artifact:
needs: [create-artifact]
@ -51,7 +51,7 @@ jobs:
- name: download artifact
uses: actions/download-artifact@v3
with:
name: version-$GIT_SHA_SHORT.zip
name: version-${{ env.GIT_SHA_SHORT }}.zip
- name: list files
run: |
ls ${{ github.workspace }}