From b78a1024c1e4383236831785b3b941070941de3a Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 21 Dec 2025 14:33:16 +0100 Subject: [PATCH] fix: Duplicate artifact name in release CI --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9060fe86e..8eb8f4f2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,7 @@ jobs: id: upload-installer-x86_64 with: if-no-files-found: error - name: Windows Installer ${{ matrix.architecture_name }} + name: Windows Installer x86_64 path: | imhex-*-x86_64.msi @@ -148,7 +148,7 @@ jobs: id: upload-installer-arm64 with: if-no-files-found: error - name: Windows Installer ${{ matrix.architecture_name }} + name: Windows Installer ARM64 path: | imhex-*-arm64.msi