From 83273e1ec3035fe974414a51e162091ba029e49a Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Fri, 14 Jun 2024 13:44:21 +1000 Subject: [PATCH] Update build_image.yml --- .github/workflows/build_image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 44e4d9e..c8fbafa 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -45,7 +45,7 @@ jobs: - name: Set artifact identifier run: | platform=$(echo ${{ matrix.platform }} | tr / -) - echo "artifact_identifier=$platform" >> "$GITHUB_ENV" + echo "ARTIFACT_IDENTIFIER=$platform" >> "$GITHUB_ENV" - name: Export digest run: | mkdir -p /tmp/digests @@ -54,7 +54,7 @@ jobs: - name: Upload digest uses: actions/upload-artifact@v4 with: - name: "digest-${artifact_identifier}" + name: "digest-${{ env.ARTIFACT_IDENTIFIER}}" path: /tmp/digests/* if-no-files-found: error retention-days: 1