From ac10df8fa2fd56e41f967fa32f83da47f6f15887 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 1 Apr 2024 22:00:36 -0700 Subject: [PATCH] chore(ci): Use correct image name for archive.org --- .github/workflows/build_iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index 40a1958ea1..d7f191ffae 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -87,5 +87,5 @@ jobs: with: access-key: ${{ secrets.IA_ACCESS_KEY }} secret-key: ${{ secrets.IA_SECRET_KEY }} - identifier: ${{ env.IMAGE_NAME }}-${{ matrix.major_version }} + identifier: ${{ matrix.image_name }} files: ${{ steps.build.outputs.output-directory }}