From 724ccecad15aa229ed90ed821b86c4042ad36da0 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sat, 17 Aug 2024 09:16:24 -0400 Subject: [PATCH] retry --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c504b21..911314a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}