mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Duplicate artifact name in release CI
(cherry picked from commit b78a1024c1)
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -139,7 +139,7 @@ jobs:
|
|||||||
id: upload-installer-x86_64
|
id: upload-installer-x86_64
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
name: Windows Installer ${{ matrix.architecture_name }}
|
name: Windows Installer x86_64
|
||||||
path: |
|
path: |
|
||||||
imhex-*-x86_64.msi
|
imhex-*-x86_64.msi
|
||||||
|
|
||||||
@@ -148,7 +148,7 @@ jobs:
|
|||||||
id: upload-installer-arm64
|
id: upload-installer-arm64
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
name: Windows Installer ${{ matrix.architecture_name }}
|
name: Windows Installer ARM64
|
||||||
path: |
|
path: |
|
||||||
imhex-*-arm64.msi
|
imhex-*-arm64.msi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user