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