From be7b3a70f1ef3a86e1c0b69d65004e7dab7de2c5 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Thu, 7 Aug 2025 15:12:44 +0200 Subject: [PATCH] Fix variable path. --- .github/workflows/build-circuits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-circuits.yml b/.github/workflows/build-circuits.yml index ef5e6f1..3c68349 100644 --- a/.github/workflows/build-circuits.yml +++ b/.github/workflows/build-circuits.yml @@ -519,9 +519,8 @@ jobs: - verifier - pol env: - VERSION: ${{ needs.setup.outputs.version }} UPLOAD_URL: ${{ needs.publish-release.outputs.upload_url }} - ARTIFACT_NAME: ${{ matrix.artifact }}-${{ env.VERSION }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz + ARTIFACT_NAME: ${{ matrix.artifact }}-${{ needs.setup.outputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz steps: - name: Download Artifacts uses: actions/download-artifact@448e3f862ab3ef47aa50ff917776823c9946035b @@ -537,3 +536,4 @@ jobs: asset_path: ${{ env.ARTIFACT_NAME }} asset_name: ${{ env.ARTIFACT_NAME }} asset_content_type: application/octet-stream +